(plugin) `network:🇦🇼:aoscx::snmp` - mode hardware handle ready state (#4642)

This commit is contained in:
omercier 2023-10-02 10:52:59 +02:00 committed by GitHub
commit 00a2455486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ sub set_system {
default => [
['^ok$', 'OK'],
['normal', 'OK'],
['ready', 'OK'],
['.*', 'CRITICAL']
]
};