← All dashboards

NUT UPS InfluxDBv2 - Telegraf

A dashboard to display data exported from Network UPS Tools (NUT) for UNRAID to InfluxDBv2 by upsd Telegraf plugin.

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

(https://github.com/masterwishx/NUT-UPS-InfluxDBv2)

Network UPS Tools (NUT) for UNRAID by Rysz - https://forums.unraid.net/topic/60217-plugin-nut-v2-network-ups-tools/

Screenshot 2024-04-06 113839

add 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

Dashboard revisions

RevisionDecscriptionCreated

Reviews

Login or Sign up to write a review

Reviews from the community

Get this dashboard

Data source:

Dependencies:

Import the dashboard template:

or

Download JSON

Docs: Importing dashboards

Downloads: 9