From 42852108a332992303a653d59f3b8b964ae1fb99 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 18 Sep 2014 01:12:58 +0200 Subject: [PATCH] Fix '3 warnings and critical' error fixes #7275 Signed-off-by: Gunnar Beutner --- itl/command-plugins-manubulon.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } -- 2.49.0