diff --git a/etc/telegraf.conf b/etc/telegraf.conf index d40f3cc78..206dbfbcb 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -7224,6 +7224,14 @@ # thread_as_tag = false +# +# ## A running NUT server to connect to. +# # server = "127.0.0.1" +# # port = 3493 +# # username = "user" +# # password = "password" + + # # Read uWSGI metrics. # [[inputs.uwsgi]] # ## List with urls of uWSGI Stats servers. Url must match pattern: diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index fa0ef2ae2..de2562eef 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -6993,6 +6993,14 @@ # thread_as_tag = false +# +# ## A running NUT server to connect to. +# # server = "127.0.0.1" +# # port = 3493 +# # username = "user" +# # password = "password" + + # # Read uWSGI metrics. # [[inputs.uwsgi]] # ## List with urls of uWSGI Stats servers. Url must match pattern: