Releases: mbugert/connectbox-prometheus
Releases · mbugert/connectbox-prometheus
Even more provisioning status
More provisioning status
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
Changes:
- Bumped versions of all project dependencies.
- Python 3.9 support confirmed.
Fixes:
- Modem mode added as a provisioning mode (thanks @dobo90).
Docker deployment
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
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
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
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
v0.1.2 Cleaner approach to running the http server
Bugfix release for 0.1
v0.1.1 Read full config from separate yaml file. Remove remainders of multi-…
First Release
v0.1 Add files for v0.1