mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-04 04:14:29 +02:00
Allow setting the SNMP version for check_iftraffic.pl
This is not supported in check_iftraffic.pl master yet but there's a pull request at https://github.com/NETWAYS/check_iftraffic/pull/4
This commit is contained in:
parent
0811e144a9
commit
81746284db
@ -297,6 +297,10 @@ object CheckCommand "iftraffic" {
|
|||||||
value = "$iftraffic_community$"
|
value = "$iftraffic_community$"
|
||||||
description = "SNMP community. Defaults to 'public' if omitted."
|
description = "SNMP community. Defaults to 'public' if omitted."
|
||||||
}
|
}
|
||||||
|
"-V" = {
|
||||||
|
value = "$iftraffic_version$"
|
||||||
|
description = "SNMP version. Defaults to '1' if omitted."
|
||||||
|
}
|
||||||
"-i" = {
|
"-i" = {
|
||||||
value = "$iftraffic_interface$"
|
value = "$iftraffic_interface$"
|
||||||
description = "Interface name."
|
description = "Interface name."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user