Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.9 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.9 KB

NUT-UPS-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

Screenshot 2023-12-03 212110

NUT-UPS-Telegraf-InfluxDBv2

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

Screenshot 2024-08-14 201158

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:

image

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