mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added basic os for EricssonLG ES switches (#7289)
* added basic os for EricssonLG ES switches * changed names * tidied up some more * renamed test files * fixed typo * removed _ from names * fixed os names * changes requested by @laf * fixed unit test for ucp
This commit is contained in:
committed by
Neil Lathwood
parent
d6ae852617
commit
c07daa325b
12
includes/definitions/elg-ipecs-es.yaml
Normal file
12
includes/definitions/elg-ipecs-es.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
os: elg-ipecs-es
|
||||
text: 'EricssonLG IPECS ES'
|
||||
type: network
|
||||
icon: ericsson
|
||||
group: ericsson
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.572.17389
|
@@ -1,5 +1,5 @@
|
||||
os: ipecs
|
||||
text: 'Ericsson iPECS'
|
||||
os: elg-ipecs-ucp
|
||||
text: 'Ericsson LG iPECS UCP'
|
||||
type: appliance
|
||||
icon: ericsson
|
||||
over:
|
@@ -1,9 +0,0 @@
|
||||
os: ericsson-es
|
||||
text: Ericsson iPECS ES
|
||||
type: network
|
||||
icon: ericsson
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.572.17389.204
|
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* ericsson-es.inc.php
|
||||
* elg-ipecs-es.inc.php
|
||||
*
|
||||
* LibreNMS os polling module for Ericsson ES
|
||||
* LibreNMS os polling module for Ericsson iPECS ES
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* ipecs.inc.php
|
||||
* elg-ipecs-ucp.inc.php
|
||||
*
|
||||
* LibreNMS OS poller module for Ericsson iPECS
|
||||
* LibreNMS OS poller module for Ericsson iPECS UCP
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
2
tests/snmpsim/elg-ipecs-es.snmprec
Normal file
2
tests/snmpsim/elg-ipecs-es.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|ES-2026P Advanced Smart FE POE Switch
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.572.17389.107
|
@@ -1,2 +0,0 @@
|
||||
1.3.6.1.2.1.1.1.0|4|ES-3050 Managed FE Switch
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.572.17389.204
|
@@ -1,2 +0,0 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Ericsson-LG,UCP600, U600 UK80M-A.0Di MAR/15&Boot Version-1.0Ak OCT/14
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.572.16838
|
Reference in New Issue
Block a user