mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Addes support for infoblox devices
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if (!$os || $os === 'linux') {
|
||||
if (stristr($sysObjectId, ".1.3.6.1.4.1.7779.1")) {
|
||||
$os = 'nios';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user