Polling incorrect sensor data on breakup interface

Hi PipoCanaja

Thanks for the hint, I would like to have more information on how that file gets included, although, I could dig out by going through discovery.php, but it would be quicker if you could tell me. The problem is not in includes/discovery/sensors/cisco-entity-sensor.inc.php, as $entry[‘entSensorValue’] does contains the correct value, and there is no problem on

$current = ($current * $multiplier / $divisor);

The discover_sensor() call only updates if the sensor if it was not on the table, sensors, or the warning/critical value on either high/low were different from the previous records.

I would like to know what happened after cisco-entity-sensor.inc.php was called, which function/script attempted to save the data to the db.

Regards

Sherman