Exit with UKNOWN if help text appears

This commit is contained in:
Georg Schönberger
2015-05-20 14:44:44 +02:00
parent ec8e40a0cc
commit 2b1d407a16

View File

@@ -159,7 +159,7 @@ suggest improvements.
Example usage:
* check_lsi_raid -p /opt/MegaRAID/storcli/storcli64
* check_lsi_raid -p /opt/MegaRAID/storcli/storcli64 -C 1\n";
exit(STATE_OK);
exit(STATE_UNKNOWN);
}
# Prints the name and the version of check_lsi_raid. If storcli is available,