From 4371e90d3a2c9b9c6b03332ad1832b6df76e33c8 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 16 Jul 2014 12:14:00 +0100 Subject: [PATCH 1/1] Tweak warning threshold for hpasmcli2 temperature warnings a bit more --- cookbooks/munin/files/default/plugins/hpasmcli2_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.45.1