diff --git a/confd/conf.d/opcua.toml b/confd/conf.d/opcua.toml index cebeb23..964b88d 100644 --- a/confd/conf.d/opcua.toml +++ b/confd/conf.d/opcua.toml @@ -3,8 +3,8 @@ src = "opcua.tmpl" dest = "/data/opcua/opcua.yaml" keys = [ "/datasource/", - "/exporter/" - "/metrics/" + "/exporter/", + "/metrics/", ] #reload_cmd = "pkill -f opcua-exporter && cd /home/lamonki/opcua-expoter/build && ./manage_opcua_exporter.sh | tee /dev/tty"