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 184f9d6075
commit 73c9864831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,9 @@ sub set_system {
['available', 'OK'],
['unknown', 'UNKNOWN'],
['absent', 'OK'],
['failed', 'CRITICAL']
['failed', 'CRITICAL'],
['reconstruction', 'WARNING'],
['system', 'OK']
],
battery => [
['ok', 'OK'],