]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/files/default/plugins/hpasmcli2_
Tweak warning threshold for hpasmcli2 temperature warnings a bit more
[chef.git] / cookbooks / munin / files / default / plugins / hpasmcli2_
index 7c8a1d6a158e9b70074720efabf9c9c4ec520ed0..21699986222acf206130fea7f8c5b7184d91baf1 100755 (executable)
@@ -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 {