From 8a5c3573df348d305f84bd7a3159426ce1940a6e Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Tue, 28 Mar 2023 03:48:29 -0600 Subject: [PATCH] docs(inputs.upsd): Add comment about ipv6 addresses (#12962) --- plugins/inputs/upsd/README.md | 1 + plugins/inputs/upsd/sample.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/inputs/upsd/README.md b/plugins/inputs/upsd/README.md index daf9112d6..e1b832fed 100644 --- a/plugins/inputs/upsd/README.md +++ b/plugins/inputs/upsd/README.md @@ -22,6 +22,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details. # 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 = "127.0.0.1" # port = 3493 # username = "user" diff --git a/plugins/inputs/upsd/sample.conf b/plugins/inputs/upsd/sample.conf index 03387e504..362e0e3bf 100644 --- a/plugins/inputs/upsd/sample.conf +++ b/plugins/inputs/upsd/sample.conf @@ -1,6 +1,7 @@ # 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 = "127.0.0.1" # port = 3493 # username = "user"