Previously, this would be 75% of the threshold hpasmcli reports, but the
temperature of the primary CPU is regularly just above 75%.
         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 {