mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Create zyxelgs.inc.php
Add support for Zyxel GS1910-24HP (And likely others)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
if (!$os) {
|
||||
if (strstr($sysObjectId, '.1.3.6.1.4.1.890.1.5.8.62') || strstr($sysObjectId, '.1.3.6.1.4.1.890.1.5.8.63'))
|
||||
$os = "zyxeles";
|
||||
}
|
||||
Reference in New Issue
Block a user