8 lines
217 B
TOML
8 lines
217 B
TOML
[template]
|
|
src = "prometheus.tmpl"
|
|
dest = "/etc/prometheus/prometheus.yml"
|
|
keys = [
|
|
"/time/",
|
|
"/remote_write/",
|
|
]
|
|
reload_cmd = "pkill -9 -f '/usr/local/bin/prometheus --config.file=/etc/prometheus/prometheus.yml'" |