From 367454e0255b4bf4117ef959fde8bfd57ddedb4c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 9 Jul 2015 14:30:17 +0200 Subject: [PATCH] =?UTF-8?q?Default=20temp=20margin=20to=2020=C2=B0C=20inst?= =?UTF-8?q?ead=20of=2010?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zabbix_scripts/util_generate_sensors_ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix_scripts/util_generate_sensors_ini b/zabbix_scripts/util_generate_sensors_ini index 7676ba5..6fe964f 100755 --- a/zabbix_scripts/util_generate_sensors_ini +++ b/zabbix_scripts/util_generate_sensors_ini @@ -11,7 +11,7 @@ my $output = undef; # When a threshold can be automatically detected, # you may want to be notified before it's reached, so you can # set a margin which will be substracted from the real threshold -my $temp_margin = '10'; +my $temp_margin = '20'; my $pwr_margin = '200'; #This value will be substracted from the higher threshold to define the low one #so you can have hysteresis to prevent flip-flop