add discover, polling and mibs.

work around empty ifDesc
This commit is contained in:
Tony Murray
2016-02-05 14:26:06 -06:00
parent 3970753c86
commit 4aa9838eda
8 changed files with 2430 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
if (!$os) {
if (strstr($sysObjectId, '.6321.1.2.2.5.3')) {
$os = 'calix';
}
}