Skip to content

Releases: marcinbojko/foreman_exporter

0.0.14

26 Oct 14:12
8c2e302
Compare
Choose a tag to compare
Version 0.0.14

0.0.13

26 Oct 14:12
41d0a74
Compare
Choose a tag to compare
Version 0.0.13

0.0.12

12 Dec 10:22
0eeddd0
Compare
Choose a tag to compare

2021-12-12 0.0.12

  • fixed main loop logic
  • preparation to logging

0.0.11

30 Oct 08:41
4fae089
Compare
Choose a tag to compare
  • added request for /api/status to read foreman's version
  • in case of foreman's version higher than 2.2.0 pagination counter set to all instead of fake number
  • separation of classes to fit Pylance and Pylint tests
  • more verbose logs

0.0.10

08 Sep 13:32
5b3a6d1
Compare
Choose a tag to compare

2021-09-08 0.0.10

  • fixed REQUEST_HOSTS being empty

0.0.9

07 Sep 18:31
bbb42aa
Compare
Choose a tag to compare

2021-09-07 0.0.9

  • disabled exposing passwords in logs
  • image built with latest python
  • Dockerfile validation with hadolint

0.0.8

18 Feb 08:53
Compare
Choose a tag to compare

2021-02-18 0.0.8

  • fixed pagination limits (default API and GUI limit) for requests

0.0.7

14 Feb 17:09
Compare
Choose a tag to compare

2021-02-14 0.0.7

  • reworked k8s example
  • added k8s example with service-monitor

Version 0.0.6

08 Feb 16:52
Compare
Choose a tag to compare
* added /api/dashboards to gauges
* added gauges
  * `foreman_exporter_dashboard_total_hosts`
  * `foreman_exporter_dashboard_bad_hosts`
  * `foreman_exporter_dashboard_bad_hosts_enabled`
  * `foreman_exporter_dashboard_active_hosts`
  * `foreman_exporter_dashboard_active_hosts_ok`
  * `foreman_exporter_dashboard_active_hosts_ok_enabled`
  * `foreman_exporter_dashboard_ok_hosts`
  * `foreman_exporter_dashboard_ok_hosts_enabled`
  * `foreman_exporter_dashboard_disabled_hosts`
  * `foreman_exporter_dashboard_pending_hosts`
  * `foreman_exporter_dashboard_pending_hosts_enabled`
  * `foreman_exporter_dashboard_out_of_sync_hosts`
  * `foreman_exporter_dashboard_out_of_sync_hosts_enabled`
  * `foreman_exporter_dashboard_good_hosts`
  * `foreman_exporter_dashboard_good_hosts_enabled`
  * `foreman_exporter_dashboard_percentage`
  * `foreman_exporter_dashboard_reports_missing`
  * `foreman_exporter_dashboard_request_time_seconds`
* rename `environment` label from hosts to `puppet_environment`)
* changed `sleep` main loop into threading

Version 0.0.5

07 Feb 17:09
Compare
Choose a tag to compare
- improved raise exception
- updated README.md
- print formatting