fix(emc/datadomain): hardware mode - missing disk default thresholds (#3006)

This commit is contained in:
qgarnier 2021-07-30 14:06:04 +02:00 committed by GitHub
parent 5cda256d38
commit 3490406b62
1 changed files with 3 additions and 1 deletions

View File

@ -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'],