X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fmunin%2Fplugins%2Fhpasmcli2_fans;fp=etc%2Fmunin%2Fplugins%2Fhpasmcli2_fans;h=75e6c0d1d460662d29e1d40e7a021295b343cb23;hb=6073c48ef3ea7292629643c73157d6e7000a1e4f;hp=8ac45b019f9a4964de129548ab9f28b40ef3c984;hpb=9e026495f01d4e249993e134ceb19072fea3d7d7;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/munin/plugins/hpasmcli2_fans b/etc/munin/plugins/hpasmcli2_fans index 8ac45b0..75e6c0d 100755 --- a/etc/munin/plugins/hpasmcli2_fans +++ b/etc/munin/plugins/hpasmcli2_fans @@ -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.80) . "\n"; print "temp$key.critical $output{$key}->{'threshold'}\n"; } } else {