From 7fedef893abedcbb63da15de3871fc3171539f8b Mon Sep 17 00:00:00 2001 From: Julian-Buitmann <165303787+Julian-Buitmann@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:53:44 +0200 Subject: [PATCH] docs(inputs.opcua_listener): Enhance explanation of subscription interval (#15598) Co-authored-by: jbuitman Co-authored-by: Josh Powers --- plugins/inputs/opcua_listener/README.md | 4 +++- plugins/inputs/opcua_listener/sample.conf | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/opcua_listener/README.md b/plugins/inputs/opcua_listener/README.md index 7b70640e8..37bbef5e3 100644 --- a/plugins/inputs/opcua_listener/README.md +++ b/plugins/inputs/opcua_listener/README.md @@ -60,7 +60,9 @@ to use them. # Maximum time that a session shall remain open without activity. # session_timeout = "20m" # - ## The interval at which the server should at least update its monitored items + ## The interval at which the server should at least update its monitored items. + ## Please note that the OPC UA server might reject the specified interval if it cannot meet the required update rate. + ## Therefore, always refer to the hardware/software documentation of your server to ensure the specified interval is supported. # subscription_interval = "100ms" # ## Security policy, one of "None", "Basic128Rsa15", "Basic256", diff --git a/plugins/inputs/opcua_listener/sample.conf b/plugins/inputs/opcua_listener/sample.conf index 87c4e22ae..bc6ff6019 100644 --- a/plugins/inputs/opcua_listener/sample.conf +++ b/plugins/inputs/opcua_listener/sample.conf @@ -21,7 +21,9 @@ # Maximum time that a session shall remain open without activity. # session_timeout = "20m" # - ## The interval at which the server should at least update its monitored items + ## The interval at which the server should at least update its monitored items. + ## Please note that the OPC UA server might reject the specified interval if it cannot meet the required update rate. + ## Therefore, always refer to the hardware/software documentation of your server to ensure the specified interval is supported. # subscription_interval = "100ms" # ## Security policy, one of "None", "Basic128Rsa15", "Basic256",