Merge pull request #2162 from centreon/tibs_fix_axis
fix(mode): fix Axis environment mode
This commit is contained in:
commit
d931564653
|
@ -38,8 +38,8 @@ sub set_system {
|
|||
['noSignal', 'CRITICAL']
|
||||
],
|
||||
psu => [
|
||||
['failure', 'CRITICAL']
|
||||
['ok', 'OK'],
|
||||
['failure', 'CRITICAL'],
|
||||
['ok', 'OK']
|
||||
],
|
||||
fan => [
|
||||
['failed', 'CRITICAL'],
|
||||
|
|
Loading…
Reference in New Issue