mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-25 22:55:15 +02:00
Fix 3com snmp fan/psu check (#5201)
This commit is contained in:
parent
c1f030a532
commit
c4fe1a7cd9
@ -32,7 +32,7 @@ sub set_system {
|
|||||||
|
|
||||||
$self->{thresholds} = {
|
$self->{thresholds} = {
|
||||||
default => [
|
default => [
|
||||||
['active', 'OK'],
|
['^active$', 'OK'],
|
||||||
['deactive', 'CRITICAL'],
|
['deactive', 'CRITICAL'],
|
||||||
['not-install', 'OK'],
|
['not-install', 'OK'],
|
||||||
['unsupport', 'WARNING']
|
['unsupport', 'WARNING']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user