fix(emc/datadomain): hardware mode - missing disk default thresholds (#3006)
This commit is contained in:
parent
5cda256d38
commit
3490406b62
|
@ -62,7 +62,9 @@ sub set_system {
|
||||||
['available', 'OK'],
|
['available', 'OK'],
|
||||||
['unknown', 'UNKNOWN'],
|
['unknown', 'UNKNOWN'],
|
||||||
['absent', 'OK'],
|
['absent', 'OK'],
|
||||||
['failed', 'CRITICAL']
|
['failed', 'CRITICAL'],
|
||||||
|
['reconstruction', 'WARNING'],
|
||||||
|
['system', 'OK']
|
||||||
],
|
],
|
||||||
battery => [
|
battery => [
|
||||||
['ok', 'OK'],
|
['ok', 'OK'],
|
||||||
|
|
Loading…
Reference in New Issue