From cceef92dc81a2415abeee2d14e3dd4651c9e9629 Mon Sep 17 00:00:00 2001 From: jihaofeng <1343277221@qq.com> Date: Wed, 4 Sep 2024 14:25:55 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]confd=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- confd/conf.d/opcua.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"