mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-25 22:55:15 +02:00
(plugin) network:🇦🇼:aoscx::snmp
- mode hardware handle ready state (#4642)
This commit is contained in:
commit
00a2455486
@ -36,6 +36,7 @@ sub set_system {
|
|||||||
default => [
|
default => [
|
||||||
['^ok$', 'OK'],
|
['^ok$', 'OK'],
|
||||||
['normal', 'OK'],
|
['normal', 'OK'],
|
||||||
|
['ready', 'OK'],
|
||||||
['.*', 'CRITICAL']
|
['.*', 'CRITICAL']
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user