mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
updates, more mibs, cleanups
git-svn-id: http://www.observium.org/svn/observer/trunk@486 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -26,6 +26,9 @@ if($_GET['debug']) {
|
||||
} elseif($_GET['if']) {
|
||||
$device_id = getifhost($_GET['if']);
|
||||
$ifIndex = getifindexbyid($_GET['if']);
|
||||
} elseif($_GET['port']) {
|
||||
$device_id = getifhost($_GET['port']);
|
||||
$ifIndex = getifindexbyid($_GET['port']);
|
||||
} elseif($_GET['peer']) {
|
||||
$device_id = getpeerhost($_GET['peer']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user