mirror of
https://github.com/eLvErDe/hwraid.git
synced 2025-07-25 14:54:22 +02:00
3ware-status: veryfing status (array) is not an error
This commit is contained in:
parent
849bde0ca7
commit
f37c37c348
@ -109,7 +109,7 @@ for controller in controllerlist:
|
|||||||
id = controller+array[0]
|
id = controller+array[0]
|
||||||
size = array[6].split('.')[0]+'G'
|
size = array[6].split('.')[0]+'G'
|
||||||
status = array[2]
|
status = array[2]
|
||||||
if not status == 'OK':
|
if not status in ['OK','VERIFYING']:
|
||||||
bad = True
|
bad = True
|
||||||
nagiosbadarray=nagiosbadarray+1
|
nagiosbadarray=nagiosbadarray+1
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user