Update SEOS processor OID (#5967)

This commit is contained in:
David Bell
2017-02-21 14:05:32 +00:00
committed by Neil Lathwood
parent ca2662fead
commit 29d19c6be7

View File

@ -13,7 +13,7 @@
if ($device['os'] == 'seos') {
echo 'Redback SEOS : ';
$oid = '.1.3.6.1.4.1.2352.2.6.1.1';
$oid = '.1.3.6.1.4.1.2352.2.6.1.1.0';
$descr = 'Processor';
$usage = snmp_get($device, $oid, '-Ovqn');