mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for Cisco APIC devices (#5236)
This commit is contained in:
committed by
Søren Rosiak
parent
3264fa5896
commit
cfddc11e76
27
includes/definitions/apic.yaml
Normal file
27
includes/definitions/apic.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
os: apic
|
||||
group: cisco
|
||||
text: 'Cisco APIC'
|
||||
type: network
|
||||
icon: cisco
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_temperature, text: 'Temperature' }
|
||||
poller_modules:
|
||||
cisco-cbqos: 1
|
||||
cisco-cef: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-voice: 1
|
||||
cisco-remote-access-monitor: 1
|
||||
cisco-sla: 1
|
||||
cisco-ipsec-flow-monitor: 1
|
||||
cipsec-tunnels: 1
|
||||
cisco-otv: 1
|
||||
discovery_modules:
|
||||
cisco-cef: 1
|
||||
cisco-sla: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-otv: 1
|
||||
cisco-pw: 1
|
||||
cisco-vrf: 1
|
||||
cisco-vrf-lite: 1
|
Reference in New Issue
Block a user