mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
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$"
|
set_if = "$snmp_rate$"
|
||||||
description = "Enable rate calculation"
|
description = "Enable rate calculation"
|
||||||
}
|
}
|
||||||
|
"-n" = {
|
||||||
|
set_if = "$snmp_getnext$"
|
||||||
|
description = "Use SNMP GETNEXT instead of SNMP GET"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
vars.snmp_address = {{
|
vars.snmp_address = {{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user