joschi99 / Osiris

Osiris NMS
0 stars 1 forks source link

[Centreon Plugins 20160902] - AKCP Sensorprobe: humidity warning/critical settings not working #49

Closed joschi99 closed 7 years ago

joschi99 commented 8 years ago

Customer MIVOR reports that the humidity check on AKCP Sensorprobe 2 is not working very well.

./centreon_plugins.pl --plugin=hardware::sensors::akcp::snmp::plugin --mode=sensors --hostname=xxx.xxx.xxx.xxx --snmp-community=public --warning='temperature,.*,15:30' --warning='humidity,.*,30:60' --critical='temperature,.*,10:40' --critical='humidity,.*,20:70'

The plugin returns a lot of warning about the humidity, but the humidity values are inside the defined range. Same plugin with same parameters but empty humidity values are working correctly for temperature. ./centreon_plugins.pl --plugin=hardware::sensors::akcp::snmp::plugin --mode=sensors --hostname=xxx.xxx.xxx.xxx --snmp-community=public --warning='temperature,.*,15:30' --warning='humidity,.*,' --critical='temperature,.*,10:40' --critical='humidity,.*,'

joschi99 commented 8 years ago

Customer is working at the moment without any humidity settings.

joschi99 commented 8 years ago

New ticket opend: https://github.com/centreon/centreon-plugins/issues/506

joschi99 commented 7 years ago

Problem seems now fixed and working ./centreon_plugins.pl --plugin hardware::sensors::akcp::snmp::plugin --mode sensors --hostname X.X.X.X --snmp-community ackp --threshold-overload 'humidity,OK,highWarning' --warning='temperature,.*,15:30' --warning='humidity,.*,' --critical='temperature,.*,10:40' --critical='humidity,.*,'