mirror of https://github.com/Icinga/icinga2.git
ITL: Add support for GETNEXT in SNMP CheckCommand
refs #8498 Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
parent
73e0987600
commit
96ad5287dc
|
@ -756,6 +756,10 @@ object CheckCommand "snmp" {
|
|||
set_if = "$snmp_rate$"
|
||||
description = "Enable rate calculation"
|
||||
}
|
||||
"-n" = {
|
||||
set_if = "$snmp_getnext$"
|
||||
description = "Use SNMP GETNEXT instead of SNMP GET"
|
||||
}
|
||||
}
|
||||
|
||||
vars.snmp_address = {{
|
||||
|
|
Loading…
Reference in New Issue