mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
New OS: Ekinops (#12088)
* Initial push * renamed mib files * adding eki mgmt event trap handler * Adding handler to config/snmptraps.php * added slot state monitoring * Ekinops port discovery script * cleanup * moved ifDescr change from discovery to poller * simplified port poller script * fixed poller array * add Mgnt2TrapNMSEvent handler * Adding nms alarm handler * adding handler to snmptrap.php * Updated handler names, exapanded event traphandler * beginning tests and cleanup * adding snmpsim data * making tests * finished trap tests * fixed ekinops.yaml * style and lint pass * new snmpsim data and fixes * adding correct snmpsim * fixed test data * Update ekinops.svg * Update ekinops.svg * Update ekinops.yaml * new os discovery method * remove unneeded precache line * removing unneccesary pre-cache script * styleci fixes * few more style fixes * trim whitespace in discovery * remove unused mibs Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
@@ -49,6 +49,11 @@ if ($device['os'] == 'fabos') {
|
||||
require_once 'ports/brocade.inc.php';
|
||||
}
|
||||
|
||||
//Shorten Ekinops Interfaces
|
||||
if ($device['os'] == 'ekinops') {
|
||||
require_once 'ports/ekinops.inc.php';
|
||||
}
|
||||
|
||||
// New interface detection
|
||||
foreach ($port_stats as $ifIndex => $snmp_data) {
|
||||
$snmp_data['ifIndex'] = $ifIndex; // Store ifIndex in port entry
|
||||
|
Reference in New Issue
Block a user