mirror of
https://github.com/ranl/monitor-utils.git
synced 2024-11-22 15:33:43 +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";
|
$msg = "Temperature: Warn - Temperature is $temp Celsius";
|
||||||
} elsif($temp >= $crit) {
|
} elsif($temp >= $crit) {
|
||||||
$stat = 2;
|
$stat = 2;
|
||||||
$msg = "Temperature: CRIT - Tempeture is $temp Celsius";
|
$msg = "Temperature: CRIT - Temperature is $temp Celsius";
|
||||||
}
|
}
|
||||||
$perf = "temperature=$temp;$warn;$crit";
|
$perf = "temperature=$temp;$warn;$crit";
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user