mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 08:02:23 +02:00
many updates to BGP and interface printing
git-svn-id: http://www.observium.org/svn/observer/trunk@396 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ while ($device = mysql_fetch_array($device_query)) {
|
||||
echo("Polling " . $device['hostname'] . " ( device_id ".$device['device_id']." )\n\n");
|
||||
|
||||
unset($update); unset($update_query); unset($seperator); unset($version); unset($uptime); unset($features);
|
||||
unset($sysLocation); unset($hardware); unset($sysDescr); unset($sysContact);
|
||||
unset($sysLocation); unset($hardware); unset($sysDescr); unset($sysContact); unset($sysName);
|
||||
|
||||
$pingable = isPingable($device['hostname']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user