mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed a few small bugs, introduced by the Poller tidy up of laf (#5930)
* Fix for #5734 - incorrect hostname in the mouse-over of the services in the availability-map * Fixed a few small bugs, introduced by the Poller tidy up of laf
This commit is contained in:
committed by
Neil Lathwood
parent
872eac10aa
commit
8b2bc22272
@ -13,7 +13,7 @@
|
||||
|
||||
$sensors = dbFetchRows("SELECT `sensor_class` FROM `sensors` WHERE `device_id` = ? GROUP BY `sensor_class`", array($device['device_id']));
|
||||
foreach ($sensors as $sensor_type) {
|
||||
poll_sensor($device, $sensor_type);
|
||||
poll_sensor($device, $sensor_type['sensor_class']);
|
||||
}
|
||||
|
||||
unset($sensors, $sensor_type);
|
||||
|
Reference in New Issue
Block a user