Skip to content

Releases: lwlcom/cisco_exporter

v0.2

12 Oct 15:20
Compare
Choose a tag to compare

Changelog

8c6a32c Add Dockerfile
015fc81 Adds go mod files
831f4cf Change multicast and broadcast to work with other OS versions
2c2e402 Fixes #14 : replaced prometheus/common/log with logrus
d5f01d8 Go mod tidy
0def313 Merge branch 'master' into multicast
0481b79 Merge remote-tracking branch 'upstream/master' into multicast
172adc2 Patch for optics on NXOS #13 thanks @nuclearcat
06eadd4 Remove Dockerfile
1ac0e10 Update to go1.16 and rework for config files
3868bbf add multicast/broadcast and Dockerfile

v0.1

24 Jan 20:07
Compare
Choose a tag to compare

Changelog

1fd2fca Adds speed as label to interfaces
8ae9924 Adds support for legacy cbc ciphers, off by default
a2d4b16 Adds transmitted/received bytes for vlans on IOS-XE using 'show vlans'
a19ecbe Fix naming of bgp_collector
dd74689 Fixes bgp session detection. IPv6 neighbors may contain a newline
14ba41f Fixes forgotten description for rx/tx
bb3334a Fixes interface admin state detection for NX-OS
35b4a61 Fixes interface name detection for vlans
7795bca Fixes interface state detection for NX-OS
1032722 Fixes switches names for tx and rx for optics
6729bde Fixes timeout for optics check on interfaces that are down
0ba2844 Fixes: default ciphers were not loaded before adding legacy ones
8c921bb Fixes: last interface was missing after loop ended
2f1cc69 Fixes: wrong detection for interface admin state
ba3862e Initial commit
5152569 Initial commit
82b363d Merge branch 'master' of github.com:lwlcom/cisco_exporter
f5caebf Merge pull request #2 from henriots/bgp-fix
afb7bbe Merge pull request #4 from wobcom/configurable-timeout
8c3abb0 Merge pull request #6 from wobcom/configurable-batch-size
9b65bb0 Merge pull request #7 from wobcom/go-vet
936d519 Merge pull request #8 from vidister/master
f8162e7 Prepare for first release
fc0c1a8 Update README.md
5b7ca28 Update bgp/parser.go
d86abf7 collector: simplify change
44b1ed5 connector: remove unreachable code
c7f892e core: make batch size configurable (references #5)
f9c0e30 core: make timeout configurable
1f9e0aa readme: add ssh timeout flag