mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add some ASA support, clean up polling, clean up MAC table generation, add ARP table
git-svn-id: http://www.observium.org/svn/observer/trunk@467 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -202,8 +202,9 @@ echo("
|
||||
$sql = "SELECT * FROM interfaces WHERE `device_id` = '" . $device['device_id'] . "'";
|
||||
$query = mysql_query($sql);
|
||||
while($data = mysql_fetch_array($query)) {
|
||||
$data = ifNameDescr($data);
|
||||
$data['hostname'] = $device['hostname'];
|
||||
echo("$ifsep" . generateiflink($data, makeshortif(strtolower($data['ifDescr']))));
|
||||
echo("$ifsep" . generateiflink($data, makeshortif(strtolower($data['label']))));
|
||||
$ifsep = ", ";
|
||||
}
|
||||
unset($ifsep);
|
||||
|
Reference in New Issue
Block a user