Default temp margin to 20°C instead of 10

tags/zabbix-agent-addons-0.2.20-1
Daniel Berteaud 9 years ago
parent cf8585f524
commit 367454e025
  1. 2
      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

Loading…
Cancel
Save