mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
add discover, polling and mibs.
work around empty ifDesc
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
if (!$os) {
|
||||
if (strstr($sysObjectId, '.6321.1.2.2.5.3')) {
|
||||
$os = 'calix';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user