Releases: avojak/pihole-influxdb-monitor
Releases · avojak/pihole-influxdb-monitor
1.4.0 Release
What's Changed
- Fix lingering reference to pihole-01 in the Grafana template by @avojak in #8
- Forward Destination & Grafana NaN Fix by @thorgilis in #16
- Fix null values in Top Ads, Top Queries and Top Sources tables by @avojak in 409286a
- Fix field type for query types by @avojak in 740e07f
What's New
- Added a Docker Compose environment to spin up a full test environment by @avojak
New Contributors
- @thorgilis made their first contribution in #16
Full Changelog: 1.3.0...1.4.0
1.3.0 Release
Support setting a custom number of top items (domains queried and ad domains blocked) and clients to return from the Pi-hole API. (#6)
Adds two new CLI arguments and environment variables:
--pihole-num-top-items
and--pihole-num-top-clients
PIHOLE_NUM_TOP_ITEMS
andPIHOLE_NUM_TOP_CLIENTS
Full Changelog: 1.2.0...1.3.0
1.2.0 Release
Now build multi-platform images for the following platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
- linux/arm/v8
1.1.0 Release
Add new environment variable INFLUXDB_CREATE_BUCKET
and command-line flag --influxdb-create-bucket
to support creating the target InfluxDB bucket if it does not already exist.
1.0.2 Release
Add error-handling and logging when writes to InfluxDB fail.
1.0.1 Release
Update overTimeData10mins
query to pass auth token per https://pi-hole.net/blog/2022/11/17/upcoming-changes-authentication-for-more-api-endpoints-required/#page-content
1.0.0 Release
Initial release