X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7456a3ea7f3c1e3186bd6c63188a13724de1e060..94ac63582ecabd1e2aa00865ca331e28dc9bed36:/cookbooks/munin/files/default/plugins/hpasmcli2_?ds=sidebyside diff --git a/cookbooks/munin/files/default/plugins/hpasmcli2_ b/cookbooks/munin/files/default/plugins/hpasmcli2_ index b85a25a72..216999862 100755 --- a/cookbooks/munin/files/default/plugins/hpasmcli2_ +++ b/cookbooks/munin/files/default/plugins/hpasmcli2_ @@ -116,7 +116,7 @@ if (defined($show_target) and $show_target eq 'temp') { print "graph_info This graph shows the temperatures as reported by hpasmcli.\n"; foreach my $key (sort keys %output) { print "temp$key.label $output{$key}->{'location'}\n"; - print "temp$key.warning " . ($output{$key}->{'threshold'} * 0.8) . "\n"; + print "temp$key.warning " . ($output{$key}->{'threshold'} * 0.85) . "\n"; print "temp$key.critical $output{$key}->{'threshold'}\n"; } } else {