X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/eb86e52595535403578b173053c41c9f2efbccdc..4371e90d3a2c9b9c6b03332ad1832b6df76e33c8:/cookbooks/munin/files/default/plugins/hpasmcli2_ diff --git a/cookbooks/munin/files/default/plugins/hpasmcli2_ b/cookbooks/munin/files/default/plugins/hpasmcli2_ index 7c8a1d6a1..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.75) . "\n"; + print "temp$key.warning " . ($output{$key}->{'threshold'} * 0.85) . "\n"; print "temp$key.critical $output{$key}->{'threshold'}\n"; } } else {