1
0
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:
Pall Sigurdsson 2012-07-17 20:33:29 +00:00
parent 74cda834ab
commit ff9e3d96e7

View File

@ -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';