Docker image to pulls data from a NUT server and push it to an InfluxDBv2 bucket
10K+
Docker image to pulls data from a NUT server and push it to an InfluxDB bucket. Based on work of mihai-cindea and dbsqp.
This README is copied from GitHub and might not be up to date. Head over to GitHub for the latest version.
The docker image is available on https://hub.docker.com/r/jwillmer/nut-influxdbv2
Only setting INFLUXDB2_TOKEN is required if the default values are sufficient.
| Variable Name | Default Value | Required | Note |
|---|---|---|---|
| INFLUXDB2_HOST | localhost | ||
| INFLUXDB2_PORT | 8086 | ||
| INFLUXDB2_ORG | Home | ||
| INFLUXDB2_TOKEN | true | ||
| INFLUXDB2_BUCKET | DEV | ||
| INFLUXDB2_SSL | false | Default assumes HTTP connection | |
| INFLUXDB2_SSL_VERIFY | false | Default will validate HTTPS certificates and throw an error if invalid | |
| INFLUXDB2_MEASUREMENT | ups_status | Measurment name in InfluxDB | |
| NUT_HOST | 127.0.0.1 | ||
| NUT_PORT | 3493 | ||
| NUT_PASSWORD | |||
| NUT_USERNAME | |||
| WATTS | true | Only required if UPS does not output ups.realpower.nominal | |
| UPS_NAME | UPS | Defined name of the UPS in NUT | |
| INTERVAL | 21 | How often the UPS gets queried in seconds |
The source code is available on https://github.com/jwillmer/nut-influxdbv2
This image is referenced in the Unraid community store. The template for the image can be found in the template repository. Regular users don't have to care about the template, the reference is only interesting to developers.
Content type
Image
Digest
sha256:2ce3894b5…
Size
65.6 MB
Last updated
over 3 years ago
docker pull jwillmer/nut-influxdbv2