From 2c2fcc46a48de525005e3a88485c6b5200df40cd Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 09:16:43 -0700 Subject: [PATCH] feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10779) --- etc/telegraf.conf | 24 ++++++++++++++++++++++++ etc/telegraf_windows.conf | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 9ccd51296..5dae21656 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -9594,21 +9594,45 @@ # [inputs.webhooks.filestack] # path = "/filestack" # +# ## HTTP basic auth +# #username = "" +# #password = "" +# # [inputs.webhooks.github] # path = "/github" # # secret = "" # +# ## HTTP basic auth +# #username = "" +# #password = "" +# # [inputs.webhooks.mandrill] # path = "/mandrill" # +# ## HTTP basic auth +# #username = "" +# #password = "" +# # [inputs.webhooks.rollbar] # path = "/rollbar" # +# ## HTTP basic auth +# #username = "" +# #password = "" +# # [inputs.webhooks.papertrail] # path = "/papertrail" # +# ## HTTP basic auth +# #username = "" +# #password = "" +# # [inputs.webhooks.particle] # path = "/particle" +# +# ## HTTP basic auth +# #username = "" +# #password = "" # # This plugin implements the Zipkin http server to gather trace and timing data needed to troubleshoot latency problems in microservice architectures. diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index a69026f16..01e661719 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -9470,21 +9470,45 @@ # [inputs.webhooks.filestack] # path = "/filestack" # +# ## HTTP basic auth +# #username = "" +# #password = "" +# # [inputs.webhooks.github] # path = "/github" # # secret = "" # +# ## HTTP basic auth +# #username = "" +# #password = "" +# # [inputs.webhooks.mandrill] # path = "/mandrill" # +# ## HTTP basic auth +# #username = "" +# #password = "" +# # [inputs.webhooks.rollbar] # path = "/rollbar" # +# ## HTTP basic auth +# #username = "" +# #password = "" +# # [inputs.webhooks.papertrail] # path = "/papertrail" # +# ## HTTP basic auth +# #username = "" +# #password = "" +# # [inputs.webhooks.particle] # path = "/particle" +# +# ## HTTP basic auth +# #username = "" +# #password = "" # # This plugin implements the Zipkin http server to gather trace and timing data needed to troubleshoot latency problems in microservice architectures.