Skip to content

Commit

Permalink
Merge pull request #921 from jdidierpichat/master
Browse files Browse the repository at this point in the history
update hardware.pm
  • Loading branch information
Simon Bomm authored Mar 23, 2018
2 parents 0508ac6 + 1da5f89 commit f3fb8cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions network/bluecoat/snmp/mode/hardware.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ sub set_system {
['ok', 'OK'],
['unavailable', 'UNKNOWN'],
['nonoperational', 'UNKNOWN'],
['unknown', 'UNKNOWN'],
],
sensor => [
['ok', 'OK'],
['unknown', 'UNKNOWN'],
['nonInstalled', 'OK'],
['notInstalled', 'OK'],
['voltageLowWarning', 'WARNING'],
['voltageLowCritical', 'CRITICAL'],
['noPower', 'CRITICAL'],
Expand Down Expand Up @@ -141,4 +142,4 @@ Set critical threshold for temperatures (syntax: type,instance,threshold)
Example: --critical='sensor,.*,40'
=back
=cut
=cut

0 comments on commit f3fb8cc

Please sign in to comment.