(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 => [
|
||||
['^ok$', 'OK'],
|
||||
['normal', 'OK'],
|
||||
['ready', 'OK'],
|
||||
['.*', 'CRITICAL']
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue