mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2025-07-14 03:41:50 +02: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