mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Adding Cisco ME1200 support (#12527)
* Create ciscome.yaml Adding initial discovery. Needs tweaking. * Update ciscome.yaml * Update ciscome.yaml Updated * Add snmprec data * Update ciscome.yaml Updating "text" field for clarification so it would be better differentiated between other Cisco OSes. Removed "cisco-cbqos" as it is not supported. * Update ciscome.snmprec Fixed line 14 as it should have been one long line * Add ciscome_me1200.json test data Test data for Cisco ME1200 * Rename ciscome_me1200.json to ciscome.json * Update ciscome.json fixed interface names to match snmprec file * Delete ciscome.json * Adding ciscome.json once more to fix descrptions for some interfaces to match snmprec file * Update ciscome.json * Update ciscome.json * Update ciscome.snmprec * Update ciscome.json * Update and rename ciscome.yaml to ciscome1200.yaml * Update and rename ciscome.json to ciscome1200.json * Rename ciscome.snmprec to ciscome1200.snmprec
This commit is contained in:
39
includes/definitions/ciscome1200.yaml
Normal file
39
includes/definitions/ciscome1200.yaml
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
os: ciscome1200
|
||||||
|
text: 'Cisco ME1200'
|
||||||
|
ifname: true
|
||||||
|
type: network
|
||||||
|
icon: cisco
|
||||||
|
group: cisco
|
||||||
|
mib_dir: cisco
|
||||||
|
over:
|
||||||
|
- { graph: device_bits, text: 'Device Traffic' }
|
||||||
|
discovery:
|
||||||
|
- sysDescr:
|
||||||
|
- 'ME1200'
|
||||||
|
- sysObjectID:
|
||||||
|
- .1.3.6.1.4.1.9.1.1899
|
||||||
|
poller_modules:
|
||||||
|
bgp-peers: false
|
||||||
|
hr-mib: false
|
||||||
|
ntp: false
|
||||||
|
ospf: false
|
||||||
|
ucd-diskio: false
|
||||||
|
ucd-mib: false
|
||||||
|
cisco-cef: true
|
||||||
|
cisco-mac-accounting: true
|
||||||
|
stp: true
|
||||||
|
discovery_modules:
|
||||||
|
cisco-cef: true
|
||||||
|
cisco-mac-accounting: true
|
||||||
|
wireless: false
|
||||||
|
mpls: false
|
||||||
|
services: false
|
||||||
|
cisco-qfp: false
|
||||||
|
cisco-otv: false
|
||||||
|
cisco-pw: false
|
||||||
|
bgp-peers: false
|
||||||
|
vrf: false
|
||||||
|
cisco-vrf-lite: false
|
||||||
|
ntp: false
|
||||||
|
ucd-diskio: false
|
||||||
|
|
1959
tests/data/ciscome1200.json
Normal file
1959
tests/data/ciscome1200.json
Normal file
File diff suppressed because it is too large
Load Diff
1748
tests/snmpsim/ciscome1200.snmprec
Normal file
1748
tests/snmpsim/ciscome1200.snmprec
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user