mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update SEOS processor OID (#5967)
This commit is contained in:
committed by
Neil Lathwood
parent
ca2662fead
commit
29d19c6be7
@ -13,7 +13,7 @@
|
|||||||
if ($device['os'] == 'seos') {
|
if ($device['os'] == 'seos') {
|
||||||
echo 'Redback 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';
|
$descr = 'Processor';
|
||||||
$usage = snmp_get($device, $oid, '-Ovqn');
|
$usage = snmp_get($device, $oid, '-Ovqn');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user