mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 10:03:45 +01:00
fixed typo in error messages
This commit is contained in:
parent
74cda834ab
commit
ff9e3d96e7
@ -288,7 +288,7 @@ sub check_disk {
|
|||||||
}
|
}
|
||||||
close (NAVICLIOUT);
|
close (NAVICLIOUT);
|
||||||
if ($disk_ok_count eq 0) {
|
if ($disk_ok_count eq 0) {
|
||||||
print "No disk were founded !\n";
|
print "No disk were found !\n";
|
||||||
$state = 'UNKNOWN';
|
$state = 'UNKNOWN';
|
||||||
} elsif ($crit_count > 0) {
|
} elsif ($crit_count > 0) {
|
||||||
$state='CRITICAL';
|
$state='CRITICAL';
|
||||||
|
Loading…
Reference in New Issue
Block a user