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