Skip to content

Releases: rokett/Citrix-NetScaler-Exporter

v4.5.1

14 Sep 17:41
83807bc
Compare
Choose a tag to compare

Fixed

  • #43 Ensuring that the logging reflects a custom bind port. Previously the logging was being setup in init which was before the flags are parsed.

v4.5.0

25 Jul 19:28
5fffc16
Compare
Choose a tag to compare

Added

  • #41 Added the following AAA metrics.
    • aaa_auth_success
    • aaa_auth_fail
    • aaa_auth_only_http_success
    • aaa_auth_only_http_fail
    • aaa_current_ica_sessions
    • aaa_current_ica_only_connections

v4.4.0

02 Jul 21:46
0a70835
Compare
Choose a tag to compare

Added

  • #37 Added LBVS and GSLB VS state metric.

v4.3.1

02 Jul 20:35
1132a13
Compare
Choose a tag to compare

Fixed

  • #13 Error when trying to retrieve stats for servicegroups which have multiple members, where each member is the same server but on different ports. We now include the port as a label to avoid duplicates.

v4.3.0

24 Jan 17:46
197c8bc
Compare
Choose a tag to compare

Added

  • VPN Virtual Server (NetScaler Gateway) stats.

v4.2.0

31 Dec 14:13
8b6c12f
Compare
Choose a tag to compare

Changed

  • Minimising the number of API requests needed to retrieve Service Group member stats by getting all service group members for a specific service group in one go. We still have to query for every single service group, but it cuts down the number of API requests by over 50% on the assumption that each service group has multiple members.
  • Refactored the filenames to better reflect the functions contained within them.

v4.1.0

31 Dec 09:19
2d0d806
Compare
Choose a tag to compare

Changed

  • Debug logging is now hidden behind the --debug flag.

v4.0.0

19 Jul 09:29
0b6ccef
Compare
Choose a tag to compare

Added

  • Multi query endpoint. You no longer need to run a single instance per NetScaler you want to monitor. The exporter now supports Prometheus targets so only one instance is required.
  • Return a 500 status code, and error message, if the NetScaler target cannot be contacted.

Changed

  • Refactored exporter code into separate package for maintainability reasons.

Removed

  • Option to specify a NetScaler to scrape from the command line. Using Prometheus scrape targets is now the only way.

v4.0.0-rc.3

18 Jul 16:32
Compare
Choose a tag to compare
v4.0.0-rc.3 Pre-release
Pre-release

Added

  • Multi query endpoint. You no longer need to run a single instance per NetScaler you want to monitor. The exporter now supports Prometheus targets so only one instance is required.
  • Return a 500 status code, and error message, if the NetScaler target cannot be contacted.

Changed

  • Refactored exporter code into separate package for maintainability reasons.

Removed

  • Option to specify a NetScaler to scrape from the command line. Using Prometheus scrape targets is now the only way.

v4.0.0-rc.2

16 Jul 22:17
Compare
Choose a tag to compare
v4.0.0-rc.2 Pre-release
Pre-release

Added

  • Multi query endpoint. You no longer need to run a single instance per NetScaler you want to monitor. The exporter now supports Prometheus targets so only one instance is required.
  • Up gauge. This will be either 1 or 0 depending on whether the NetScaler responds or not.

Changed

  • Refactored exporter code into separate package for maintainability reasons.

Removed

  • Option to specify a NetScaler to scrape from the command line. Using Prometheus scrape targets is now the only way.