mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added additional Calix support
This commit is contained in:
@@ -3,4 +3,7 @@ if (!$os) {
|
||||
if (strstr($sysObjectId, '.6321.1.2.2.5.3')) {
|
||||
$os = 'calix';
|
||||
}
|
||||
if (strstr($sysObjectId, '.6066.1.44')) {
|
||||
$os = 'calix';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user