[Add] confd config files

This commit is contained in:
2024-08-26 15:58:30 +08:00
parent 1628d2b624
commit d6c1ce54d6
4 changed files with 44 additions and 2 deletions

9
confd/conf.d/opcua.toml Normal file
View File

@@ -0,0 +1,9 @@
[template]
src = "opcua.tmpl"
dest = "/data/opcua/opcua.yaml"
keys = [
"/datasource/",
"/metrics/"
]
#reload_cmd = "pkill -f opcua-exporter && cd /home/lamonki/opcua-expoter/build && ./manage_opcua_exporter.sh | tee /dev/tty"