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 e1b7269229

View File

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