Releases: linode-obs/nagios_exporter
Releases · linode-obs/nagios_exporter
v0.1.2
Changelog
- 6b072ac Merge pull request #4 from wbollock/chore/readme
- b1cb7da chore: add badges
- 472ae7d chore: add troubleshooting steps
- 505cb83 chore: remove deprecated nfpm option
- 5c2863c chore: update /etc path
- d08dd96 chore: update readme
- a1f8bae feat: add grafana dashboard
- 37f2251 fix: correct label values
- 7357e32 fix: status badge
- bd56628 fix: status badge brackets
v0.1.1
v0.1.0
Changelog
- 4d47ce9 Initial commit
- 82deafe Merge pull request #1 from wbollock/feat/init
- 6bf4d0f Merge pull request #2 from wbollock/feat/goreleaser
- 2dfe56c chore: add linter GHA
- 4619ed6 chore: add notes on API endpoint
- b81ea75 chore: delete api_notes
- b3a98e9 chore: formatting
- 080c5d3 chore: go mod tidy
- 1f8e03b chore: linter
- 8b55cb8 chore: seperate out api_notes
- 5237a58 feat: add goreleaser
- cebe742 feat: add initial host metrics
- 960ebb5 feat: add initial service metrics
- 0d83329 feat: add nfpm settings and package configuration
- 2418dcc feat: create json structs for all initial metrics
- 3d131d3 feat: declare prometheus metrics
- 66e851b feat: init config parsing; HTTP GETs
- 8cbb2e1 feat: init exporter and scrape nagios 'up' status
- 2bf8f63 feat: initalize go files
- e503b2a ref: parse nagios status as float64
- a346855 ref: queryapi function and logrus
- 2bbe7ba ref: use labels for distinct characteristics