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:
PipoCanaja
2020-05-12 22:53:50 +02:00
committed by GitHub
parent e305a39d31
commit e48e37402b
2 changed files with 3 additions and 3 deletions

View File

@@ -10,4 +10,4 @@ over:
discovery:
-
sysObjectID:
- '.1.3.6.1.4.1.21695'
- '.1.3.6.1.4.1.21695.1401'

View File

@@ -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
);