Skip to content

Commit

Permalink
Fix 3com snmp fan/psu check (#5201)
Browse files Browse the repository at this point in the history
  • Loading branch information
octvcdrc authored Sep 24, 2024
1 parent c1f030a commit c4fe1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/3com/snmp/mode/hardware.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sub set_system {

$self->{thresholds} = {
default => [
['active', 'OK'],
['^active$', 'OK'],
['deactive', 'CRITICAL'],
['not-install', 'OK'],
['unsupport', 'WARNING']
Expand Down

0 comments on commit c4fe1a7

Please sign in to comment.