Skip to content

Releases: czerwonk/junos_exporter

0.9.11

30 Aug 05:47
12aaa91
Compare
Choose a tag to compare

Changelog

  • added more cpu utilization metrics for routingengine module (MR #144)
  • fixed panic with non satellite device and routing engines (MR #146)
  • added statistics for interfaces with schedulers configured (MR #150)

0.9.10

09 Jun 06:58
3e59a5b
Compare
Choose a tag to compare

Changelog

Hotfix for Satelite Scraping

0.9.9

20 Apr 08:13
f88e9d4
Compare
Choose a tag to compare

Changelog

#130 Added multi routing engine support for storage module
#128 Added multi routing engine support for routing engine module
#127 Added multi routing engine support for ipsec module
#126 Added more detailed metrics to FPC module

Thanks to @AKYD

0.9.8

19 Mar 13:00
Compare
Choose a tag to compare

Changelog

af9cfdc Merge branch 'master' of github.com:czerwonk/junos_exporter

0.9.7: Update main.go

30 May 10:17
d3ffd56
Compare
Choose a tag to compare
0.9.7: Update main.go Pre-release
Pre-release
  • Updated Dependencies
  • Golang Version 1.14
    ...

Interface Queue, dynamic Labels, more BGP metrics, RPKI

28 Aug 16:15
1bc1629
Compare
Choose a tag to compare
  • added interface queue metrics
  • added dynamic interface labels
  • added some more BGP metrics (e.g. number of advertised routes)
  • added last flapped interface metric
  • added per device configuration (auth for now)
  • added RPKI metrics (thanks to @fach)
  • added support for locical systems (thanks to @R4scal)
  • added sample grafana dashboard (thanks to @ndom91)
  • added per device feature configuration
  • storage module supports multi routing engines now (#80)
  • accounting module filtered to fpc0 only (#75)
  • added PIC status to FPC module (#84)
  • added satellite metrics (thanks to @4xoc)
  • added system buffer metrics (thanks to @4xoc)
  • fixed the grafana dashboard (thanks to @olanystrom)
  • added support for real time performance monitoring (thanks to @R4scal)

Line card metrics, bugfixing

20 Jul 07:01
Compare
Choose a tag to compare
  • fixed concurrency issue when using SSH connetion management (fixed #50)
  • adds first line card metrics (FPC) (resolves #51)

Multil Lane Optics, IPsec, Logical Systems

21 May 18:00
a9742ec
Compare
Choose a tag to compare
  • added support for logical interfaces (#42, thanks to @l3akage)
  • added support for multilane optics (#43, thanks to @l3akage)
  • added support for flow accounting (#44, thanks to @l3akage)
  • added basic support for ipsec (#46, thanks to @mpraeger)

LDP, NAT, firewall, interface speed, config reload

28 Apr 13:25
5f3799d
Compare
Choose a tag to compare

0.8: SSH Keep Alive

02 Mar 10:18
946560d
Compare
Choose a tag to compare
0.8: SSH Keep Alive Pre-release
Pre-release
  • Added SSH connection keep alive (issue #8)