A dashboard to display data exported from Network UPS Tools (NUT) for UNRAID to InfluxDBv2 by upsd in Telegraf Avalible Now at Grafana Dashboard 20846
27.9.24 - Added Power Consumption - Costs UPS info panels.
14.8.24 - Added Some more Info + some Fixes.
28.5.24 - Added Multi bucket support.
You can change bucket name and add multiple buckets by :
Go to Dashboard Setting - Variables - Click on bucket - Custom options:
addd next to telegraf config:
# Monitor UPSes connected via Network UPS Tools
[[inputs.upsd]]
## A running NUT server to connect to.
## IPv6 addresses must be enclosed in brackets (e.g. "[::1]")
server = "your IP"
port = 3493
# username = "user"
# password = "password"
additional_fields = ["*"]
# Map enum values according to given table.
## ## UPS beeper status (enabled, disabled or muted)
## Convert 'enabled' and 'disabled' values back to string from boolean
[[processors.enum]]
[[processors.enum.mapping]]
field = "ups_beeper_status"
[processors.enum.mapping.value_mappings]
true = "enabled"
false = "disabled"
[[outputs.influxdb_v2]]
## The URLs of the InfluxDB cluster nodes.
## Add all your info for influxDbv2
A dashboard to display data exported from Network UPS Tools (NUT) for UNRAID to InfluxDBv2 by nut-influxdbv2. Avalible Now at Grafana Dashboard 20077
Network UPS Tools (NUT) for UNRAID by Rysz - https://forums.unraid.net/topic/60217-plugin-nut-v2-network-ups-tools/
nut-influxdbv2 - https://hub.docker.com/r/jwillmer/nut-influxdbv2