Closed joschi99 closed 7 years ago
Customer is working at the moment without any humidity settings.
New ticket opend: https://github.com/centreon/centreon-plugins/issues/506
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,.*,'
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,.*,'