From: Jan Wagner Date: Wed, 17 Sep 2014 23:12:58 +0000 (+0200) Subject: Fix '3 warnings and critical' error X-Git-Tag: v2.2.0~437 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42852108a332992303a653d59f3b8b964ae1fb99;p=icinga2 Fix '3 warnings and critical' error fixes #7275 Signed-off-by: Gunnar Beutner --- diff --git a/itl/command-plugins-manubulon.conf b/itl/command-plugins-manubulon.conf index 910bf6105..62a848a75 100644 --- a/itl/command-plugins-manubulon.conf +++ b/itl/command-plugins-manubulon.conf @@ -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 }