Skip to content

Releases: avojak/pihole-influxdb-monitor

1.4.0 Release

19 Nov 00:00
Compare
Choose a tag to compare

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

Full Changelog: 1.3.0...1.4.0

1.3.0 Release

10 Dec 17:46
Compare
Choose a tag to compare

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 and PIHOLE_NUM_TOP_CLIENTS

Full Changelog: 1.2.0...1.3.0

1.2.0 Release

04 Jul 16:52
Compare
Choose a tag to compare

Now build multi-platform images for the following platforms:

  • linux/amd64
  • linux/arm64
  • linux/arm/v7
  • linux/arm/v8

1.1.0 Release

07 Jun 03:21
Compare
Choose a tag to compare

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

24 May 02:45
Compare
Choose a tag to compare

Add error-handling and logging when writes to InfluxDB fail.

1.0.1 Release

07 Jan 19:57
Compare
Choose a tag to compare

1.0.0 Release

16 Dec 03:48
Compare
Choose a tag to compare

Initial release