mirror of https://github.com/Icinga/icinga2.git
Fix '3 warnings and critical' error
fixes #7275 Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
This commit is contained in:
parent
bb4c4cb952
commit
42852108a3
|
@ -85,8 +85,8 @@ object CheckCommand "snmp-load" {
|
|||
}
|
||||
|
||||
vars.snmp_load_type = "stand"
|
||||
vars.snmp_warn = 85
|
||||
vars.snmp_crit = 95
|
||||
vars.snmp_warn = "4,3,3"
|
||||
vars.snmp_crit = "8,5,5"
|
||||
vars.snmp_perf = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue