mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
commit
f3fb8ccc52
@ -38,11 +38,12 @@ sub set_system {
|
|||||||
['ok', 'OK'],
|
['ok', 'OK'],
|
||||||
['unavailable', 'UNKNOWN'],
|
['unavailable', 'UNKNOWN'],
|
||||||
['nonoperational', 'UNKNOWN'],
|
['nonoperational', 'UNKNOWN'],
|
||||||
|
['unknown', 'UNKNOWN'],
|
||||||
],
|
],
|
||||||
sensor => [
|
sensor => [
|
||||||
['ok', 'OK'],
|
['ok', 'OK'],
|
||||||
['unknown', 'UNKNOWN'],
|
['unknown', 'UNKNOWN'],
|
||||||
['nonInstalled', 'OK'],
|
['notInstalled', 'OK'],
|
||||||
['voltageLowWarning', 'WARNING'],
|
['voltageLowWarning', 'WARNING'],
|
||||||
['voltageLowCritical', 'CRITICAL'],
|
['voltageLowCritical', 'CRITICAL'],
|
||||||
['noPower', 'CRITICAL'],
|
['noPower', 'CRITICAL'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user