mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 00:24:46 +02:00
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']
|
['noSignal', 'CRITICAL']
|
||||||
],
|
],
|
||||||
psu => [
|
psu => [
|
||||||
['failure', 'CRITICAL']
|
['failure', 'CRITICAL'],
|
||||||
['ok', 'OK'],
|
['ok', 'OK']
|
||||||
],
|
],
|
||||||
fan => [
|
fan => [
|
||||||
['failed', 'CRITICAL'],
|
['failed', 'CRITICAL'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user