Push PiHole metrics to Influx DB directly. Supports the Influx DB V2 API.
Clone the project and use cargo build --release
to compile
```bash $ pihole-influx-agent --help pihole-influx-agent 0.1.0
USAGE:
pihole-influx-agent [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information --influx-https --influx-insecure --pihole-https --pihole-insecure -V, --version Prints version information
OPTIONS:
-i, --interval-seconds
ARGS:
$ RUSTLOG=info PIHOLEHOSTNAME=
Logging can be controlled via the RUST_LOG
environment variable