ntopng-exporter

A Prometheus Exporter for ntopng Metrics

GPL-3.0 License

Stars
28
Committers
2

Bot releases are hidden (Show)

ntopng-exporter - v1.2.0

Published by aauren about 1 year ago

Changelog

  • f65375b feat(go): update modules and go 1.21
ntopng-exporter - v1.1.1

Published by aauren over 1 year ago

Changelog

  • 748677b feat: update go modules universally + update to go1.20.1
  • edbb9e3 fix(goreleaser): update config to remove deprecated options
ntopng-exporter - v1.1.0

Published by aauren over 2 years ago

Changelog

Thanks @nresare for the contributions in this release.

  • b563b96 Avoid printing the password in clear text to stdout on startup
  • 1eefe6a Introduce minimal Dockerfile to package the binary and docs
ntopng-exporter - v1.0.0

Published by aauren almost 3 years ago

Changelog

  • 4451005 Merge pull request #2 from aauren/update_to_api_v2
  • 02e8050 doc(README.md): update with version info
  • 44effdb feat: update to go1.17 & update deps
  • c1435fa feat: update to ntopng v2 API
  • cdd2492 fix(ntop_data_structures.go): add quoting
  • 5feb372 ntopng-exporter.iml: misc intellij updates
ntopng-exporter - v0.2.0

Published by aauren almost 4 years ago

Changelog

f77a476 feat(https): add config option for skipping cert verification

ntopng-exporter - v0.1.2

Published by aauren almost 4 years ago

Changelog

ab20122 doc(README.md): fix up the wording a bit
2ec5b63 doc: add example prometheus metrics, and screenshot
dc952bb fix(controller.go): error handling and interface config obedience
2f40c05 interface.go: properly append labels for interface metrics

ntopng-exporter - v0.1.1

Published by aauren almost 4 years ago

Changelog

a3cf869 doc(README.md): fill out basic information
005f03a feat(goreleaser): add extra files and archs

ntopng-exporter - v0.1.0

Published by aauren almost 4 years ago

Changelog

789adcf Initial commit
19f4166 fact: run gofmt on everything
44df550 feat: add ability to exclude DNS metrics
ca48847 feat: add ability to specify metric serve IP and port
792c8c5 feat: add auth method
f7bdd7c feat: add basic ntopng config handling
2ec5cf6 feat: add basic ntopng querying
919f7a9 feat: add counter for host packets
5968504 feat: add interface awareness
25c0c95 feat: add interface metrics
de303e4 feat: add local subnet filtering
2c1a8a9 feat: add parsing of host metrics
c6cf2a1 feat: add prometheus metrics
1afddbd feat: add rest of metrics
90ccdcf feat: add scrape interval & async processes
b9ad303 feat: add systemd unit file
8e0d320 feat: setup goreleaser
acc8aae fix(.gitignore): add intellij files
8e08c57 fix: add missing config debug output
8cb9b69 fix: add scrape interval to config output
bf081be fix: change timer to ticker for repeat ticks
143548a fix: make hostlist async friendly
ad87093 fix: re-enable config validation