mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Added basic detection for EqualLogic units
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
if (!$os) {
|
||||
if (strstr($sysObjectId, ".1.3.6.1.4.1.12740.17.1")) { $os = "equallogic"; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user