mirror of
https://github.com/ranl/monitor-utils.git
synced 2024-11-22 07:23:42 +01:00
typo
This commit is contained in:
parent
d5c6aed09a
commit
02fdecba3e
@ -211,7 +211,7 @@ if($check_type =~ /^temp/) {
|
||||
$msg = "Temperature: Warn - Temperature is $temp Celsius";
|
||||
} elsif($temp >= $crit) {
|
||||
$stat = 2;
|
||||
$msg = "Temperature: CRIT - Tempeture is $temp Celsius";
|
||||
$msg = "Temperature: CRIT - Temperature is $temp Celsius";
|
||||
}
|
||||
$perf = "temperature=$temp;$warn;$crit";
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user