Add wlan station and interface metrics collection. (#14)

* Fix newlines.
* Added wlan metrics.
* Fix WlanSTA collector - return on errors.
This commit is contained in:
Robert S. Gerus
2018-09-11 05:30:13 +02:00
committed by Steve Brunton
parent f6b4764691
commit 25911b4e60
8 changed files with 391 additions and 125 deletions

View File

@@ -1,19 +1,21 @@
---
devices:
- name: test1
address: 192.168.1.1
user: foo
password: bar
- name: test2
address: 192.168.2.1
user: test
password: 123
features:
bgp: true
dhcp: true
dhcpv6: true
routes: true
pools: true
optics: true
---
devices:
- name: test1
address: 192.168.1.1
user: foo
password: bar
- name: test2
address: 192.168.2.1
user: test
password: 123
features:
bgp: true
dhcp: true
dhcpv6: true
routes: true
pools: true
optics: true
wlansta: true
wlanif: true