mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Added support for additional Cisco SB units
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<?php
|
||||
|
||||
if (!$os)
|
||||
{
|
||||
if (strstr($sysObjectId, ".1.3.6.1.4.1.9.6.1.83")) { $os = "ciscosb"; }
|
||||
if (!$os) {
|
||||
if (strstr($sysObjectId, ".1.3.6.1.4.1.9.6.1.82")) { $os = "ciscosb"; }
|
||||
if (strstr($sysObjectId, ".1.3.6.1.4.1.9.6.1.83")) { $os = "ciscosb"; }
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user