mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 01:53:44 +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);
|
||||
if ($disk_ok_count eq 0) {
|
||||
print "No disk were founded !\n";
|
||||
print "No disk were found !\n";
|
||||
$state = 'UNKNOWN';
|
||||
} elsif ($crit_count > 0) {
|
||||
$state='CRITICAL';
|
||||
|
Loading…
Reference in New Issue
Block a user