mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
add new states to thresholds
This commit is contained in:
parent
c2210d05bc
commit
a030365c65
@ -57,10 +57,18 @@ sub set_system {
|
|||||||
['online', 'OK'],
|
['online', 'OK'],
|
||||||
['missing', 'OK'],
|
['missing', 'OK'],
|
||||||
['not_compatible', 'CRITICAL'],
|
['not_compatible', 'CRITICAL'],
|
||||||
['failed', 'CRITICAL'],
|
['disc_failed', 'CRITICAL'],
|
||||||
['initializing', 'OK'],
|
['initializing', 'OK'],
|
||||||
['offline_requested', 'OK'],
|
['offline_requested', 'OK'],
|
||||||
['failed_requested', 'OK'],
|
['failed_requested', 'OK'],
|
||||||
|
['unconfigured_good_spun_up', 'WARNING'],
|
||||||
|
['unconfigured_good_spun_down', 'WARNING'],
|
||||||
|
['unconfigured_bad', 'CRITICAL'],
|
||||||
|
['hotspare', 'OK'],
|
||||||
|
['drive_offline', 'WARNING'],
|
||||||
|
['rebuild', 'WARNING'],
|
||||||
|
['failed', 'CRITICAL'],
|
||||||
|
['copyback', 'WARNING'],
|
||||||
['other_offline', 'WARNING'],
|
['other_offline', 'WARNING'],
|
||||||
['.*', 'UNKNOWN'],
|
['.*', 'UNKNOWN'],
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user