mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-02-21 11:18:41 +01:00
Exit with UKNOWN if help text appears
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user