mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed echos from discovery | Reverted custom temperature poller
This commit is contained in:
@@ -20,8 +20,6 @@ function poll_sensor($device, $class, $unit)
|
||||
{
|
||||
if ($device['os'] == 'netapp') {
|
||||
require "includes/polling/temperatures/netapp.inc.php";
|
||||
} elseif ($device['os'] == 'fiberhome') {
|
||||
require "includes/polling/temperatures/fiberhome.inc.php";
|
||||
} else {
|
||||
for ($i = 0;$i < 5;$i++) # Try 5 times to get a valid temp reading
|
||||
{
|
||||
|
Reference in New Issue
Block a user