mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Added current connections graph for AsyncOS devices * Fixed issues with AsyncOS connections polling and add name to AUTHORS file * Update 194.sql
27 lines
542 B
YAML
27 lines
542 B
YAML
os: asyncos
|
|
text: 'Cisco AsyncOS'
|
|
type: proxy
|
|
icon: cisco
|
|
over:
|
|
- { graph: device_bits, text: Traffic }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
- { graph: device_asyncos_conns, text: 'Current Connections' }
|
|
discovery:
|
|
- sysObjectId:
|
|
- .1.3.6.1.4.1.15497.1
|
|
mib_dir:
|
|
- cisco
|
|
poller_modules:
|
|
ipmi: 0
|
|
bgp-peers: 0
|
|
ospf: 0
|
|
stp: 0
|
|
ntp: 0
|
|
discovery_modules:
|
|
ports-stack: 0
|
|
cisco-vrf-lite: 0
|
|
bgp-peers: 0
|
|
stp: 0
|
|
ntp: 0
|