mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-02-28 22:58:41 +01:00
Fix underscore in "no drive found"
This commit is contained in:
@@ -561,7 +561,7 @@ sub getPhysicalDevices{
|
||||
}
|
||||
}
|
||||
else {
|
||||
if(grep { /No drive _found/i } @output){
|
||||
if(grep { /No drive found/i } @output){
|
||||
print "Warning (CTR Warn) [No storage attached] ($command)\n";
|
||||
exit(STATE_WARNING);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user