From 2a270959d5173fb90624d80314bf13ae8f46a8e5 Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:06:15 -0500 Subject: [PATCH] docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11884) Co-authored-by: Tiger Bot <> --- etc/telegraf.conf | 3 +++ etc/telegraf_windows.conf | 3 +++ 2 files changed, 6 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index c42c0afc8..717160322 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -6447,6 +6447,9 @@ # # [inputs.opcua.workarounds] # ## Set additional valid status codes, StatusOK (0x0) is always considered valid # # additional_valid_status_codes = ["0xC0"] +# +# ## Use regular reads instead of registered reads +# # use_regular_reads = false # # OpenLDAP cn=Monitor plugin diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index 84783e7d7..848a8a30a 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -6267,6 +6267,9 @@ # # [inputs.opcua.workarounds] # ## Set additional valid status codes, StatusOK (0x0) is always considered valid # # additional_valid_status_codes = ["0xC0"] +# +# ## Use regular reads instead of registered reads +# # use_regular_reads = false # # OpenLDAP cn=Monitor plugin