1
0
Fork 0
telegraf/plugins/inputs/apcupsd/sample.conf

9 lines
257 B
Text
Raw Normal View History

# Monitor APC UPSes connected to apcupsd
[[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"