- Install apcupsd and setup your UPS through your preferred mechanisms
- Enable APCUPSD input plugin in telegraf and configure the monitoring server(s) as required
TODO - allow multiple UPS selection etc
Collector Configuration Details
[[inputs.apcupsd]]
# # A list of running apcupsd server to connect to.
# # If not provided will default to tcp://127.0.0.1:3551
# servers = ["tcp://127.0.0.1:3551"]
#
# ## Timeout for dialing server.
# timeout = "5s"