Skip to content

Releases: mbugert/connectbox-prometheus

Even more provisioning status

20 May 10:35
Compare
Choose a tag to compare

Fixes:

  • Add missing US ranging and Requesting CM IP address provisioning status. DS ranging may exist too, so it was added just in case.

More provisioning status

23 Mar 08:10
0aeb51f
Compare
Choose a tag to compare

Fixes:

  • Added missing DS scanning provisioning status.

Changes:

  • Introduced a fallback provisioning status Unknown which is used in case any other provisioning status is found missing in the future.

Version bumps

13 Mar 18:53
bba50f1
Compare
Choose a tag to compare

Changes:

  • Bumped versions of all project dependencies.
  • Python 3.9 support confirmed.

Fixes:

  • Modem mode added as a provisioning mode (thanks @dobo90).

Docker deployment

03 May 19:28
Compare
Choose a tag to compare

Additions:

  • Convenient deployment via Docker (thanks @IndeedNotJames!)
  • The configuration file permits scraping only a subset of metrics, decreasing the scrape duration. This might be useful for users running their Connect Box in bridge mode.

Increased robustness

18 Apr 19:38
Compare
Choose a tag to compare

Additions:

  • New connectbox_wifi_client_speed_mbit metric

Changes:

  • XML responses can be validated against XML schema definitions. Right now, this is only used for the LanUserTable XML.
  • Scraping continues if XML parsing fails for an extractor
  • Scrape duration and success is now reported for each extractor

Fixes:

  • Fixed parsing of the LanUserTable XML to work with the latest firmware

Greater verbosity

16 Apr 18:49
Compare
Choose a tag to compare

Changes:

  • Running the exporter with -vv will print the raw XML responses for debugging purposes
  • connectbox_uptime_seconds_total is now a gauge metric.

New backend, more metrics

13 Apr 08:44
Compare
Choose a tag to compare

Notable changes:

  • Switched from python-connect-box to compal_CH7465LG_py for interfacing with the Connect Box.
  • Thanks to the above, the exporter produces more metrics now (and more interesting ones at that!).

Next bugfix release for 0.1

06 Apr 19:24
Compare
Choose a tag to compare
v0.1.2

Cleaner approach to running the http server

Bugfix release for 0.1

05 Apr 21:36
Compare
Choose a tag to compare
Read full config from separate yaml file. Remove remainders of multi-…

…target exporter.

First Release

05 Apr 18:16
Compare
Choose a tag to compare
v0.1

Add files for v0.1