grafana-influx: disable

This commit is contained in:
Daniel Meiburg 2024-08-21 20:49:45 +02:00
parent 678bf55a80
commit ca8d4e72b3
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
2 changed files with 1 additions and 12 deletions

View File

View File

@ -3,6 +3,7 @@
bucket = "simplecloud" bucket = "simplecloud"
organization = "DES" organization = "DES"
token = "$TOKEN" token = "$TOKEN"
[[inputs.mqtt_consumer]] [[inputs.mqtt_consumer]]
servers = ["tcp://mosquitto:1883"] servers = ["tcp://mosquitto:1883"]
topics = [ "climate/#" ] topics = [ "climate/#" ]
@ -17,15 +18,3 @@
[[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"}
]