Fix 3com snmp fan/psu check (#5201)

This commit is contained in:
Cédric 2024-09-24 11:11:47 +02:00 committed by GitHub
parent c1f030a532
commit c4fe1a7cd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ sub set_system {
$self->{thresholds} = {
default => [
['active', 'OK'],
['^active$', 'OK'],
['deactive', 'CRITICAL'],
['not-install', 'OK'],
['unsupport', 'WARNING']