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:
Adam Amstrong
2009-10-13 20:07:31 +00:00
parent 1ddbacb7ce
commit 8828225659
8 changed files with 2520 additions and 13 deletions

View File

@@ -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']);
}