mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added support for EdgeCore ES3510MA (#9081)
* device: Added support for EdgeCore ES3510MA * Update edgecos.yaml * Create edgecos_es3510ma.snmprec * Create edgecos_es3510ma.json
This commit is contained in:
committed by
Neil Lathwood
parent
6c5a4f0531
commit
914ad124c2
@@ -61,6 +61,10 @@ class Edgecos extends OS implements ProcessorDiscovery
|
||||
$oid = '.1.3.6.1.4.1.259.10.1.27.1.39.2.1.0';
|
||||
};
|
||||
|
||||
if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.8.1.11.')) { //ES3510MA
|
||||
$oid = '.1.3.6.1.4.1.259.8.1.11.1.39.2.1.0';
|
||||
};
|
||||
|
||||
if (isset($oid)) {
|
||||
return array(
|
||||
Processor::discover(
|
||||
|
Reference in New Issue
Block a user