grafana-influx: add opc ua to telegraf

This commit is contained in:
Daniel Meiburg 2024-07-03 21:52:59 +02:00
parent 8512fb40c4
commit 678bf55a80
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
1 changed files with 12 additions and 0 deletions

View File

@ -17,3 +17,15 @@
[[processors.pivot]] [[processors.pivot]]
tag_key = "field" tag_key = "field"
value_key = "value" value_key = "value"
[[inputs.opcua_listener]]
name = "climate"
endpoint = "opc.tcp://opcuaserver.com:48010"
connect_timeout = "10s"
request_timeout = "5s"
security_policy = "None"
security_mode = "None"
auth_method = "Anonymous"
nodes = [
{name="humidity", namespace="3", identifier_type="s", identifier="AirConditionor_1.Humidity"}
]