Merge pull request #2053 from UrBnW/idrac

fix(idrac) Missing status
This commit is contained in:
qgarnier 2020-06-12 18:13:38 +02:00 committed by GitHub
commit 935007279b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ sub set_system {
['ok', 'OK'],
['nonCriticalUpper', 'WARNING'],
['criticalUpper', 'CRITICAL'],
['nonRecoverableUpper', 'CRITICAL'],
['nonCriticalLower', 'WARNING'],
['criticalLower', 'CRITICAL'],
['nonRecoverableLower', 'CRITICAL'],