Merge pull request #2162 from centreon/tibs_fix_axis

fix(mode): fix Axis environment mode
This commit is contained in:
pkriko 2020-08-21 09:38:48 +02:00 committed by GitHub
commit d931564653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ sub set_system {
['noSignal', 'CRITICAL']
],
psu => [
['failure', 'CRITICAL']
['ok', 'OK'],
['failure', 'CRITICAL'],
['ok', 'OK']
],
fan => [
['failed', 'CRITICAL'],