Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated roadmap for new uspd input plugin in telegraf 1.24
  • Loading branch information
dbsqp authored Dec 15, 2022
1 parent 07640ab commit b07cddc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Docker image to pulls data from a NUT server and push it to an InfluxDB bucket.
Updated for InfluxDBv2. Changed outputted values. Poll multiple NUT servers. Poll internal batteries on MacOS using the NUT macosx-ups driver.

## Roadmap
Telegraf 1.24 introduced built-in support for NUTS servers https://docs.influxdata.com/telegraf/v1.24/plugins/#input-upsd and https://github.com/influxdata/telegraf/blob/release-1.24/plugins/inputs/upsd/README.md, as implemented with this PR https://github.com/influxdata/telegraf/pull/9890/files#diff-60ad28a279b042acced351b6dd19a9a339d8349d6ab603054345bd23bd279462. The use of the standard telegraf input plugins is prefered for a robust implementation and this code will be no longer be maintained as my personal use-case is meet by the current input plugin.

# Setup

## NUT Servers
- Get IP address of NUT servers
Expand Down Expand Up @@ -33,13 +36,13 @@ $ docker run -d \
dbsqp/nut-influxdbv2:dev
```

# Options
### Options
```
-e INFLUXDB2_SSL="True" \
-e INFLUXDB2_SSL_VERIFY="False"
```

# Debug
### Debug
To report out further details in the log enable debug:
```
-e DEBUG="true"
Expand Down

0 comments on commit b07cddc

Please sign in to comment.