mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Device - Correct SysObjectID for RIEDO Concentrator (#11573)
* Bug - Correct SysObjID for Concentrator In order to properly classify concentrator and simple PDUs (they'll come in a new PR soon) * typo
This commit is contained in:
@@ -10,4 +10,4 @@ over:
|
||||
discovery:
|
||||
-
|
||||
sysObjectID:
|
||||
- '.1.3.6.1.4.1.21695'
|
||||
- '.1.3.6.1.4.1.21695.1401'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* e3meter.inc.php
|
||||
* e3meterdc.inc.php
|
||||
*
|
||||
* LibreNMS os poller module for Zyxel devices
|
||||
*
|
||||
@@ -29,5 +29,5 @@ $e3meter = snmp_get_multi_oid($device, $oids, '-OUQnt');
|
||||
$version = $e3meter['.1.3.6.1.4.1.21695.1.10.1.1'];
|
||||
|
||||
unset(
|
||||
$zyxel
|
||||
$e3meter
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user