Fix restarting of monitoring proxies by vault-agent

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-05-28 12:47:20 +02:00
parent 6f2ed9250a
commit 602b194cf8
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -164,7 +164,7 @@ in
command =
let
serviceList =
[ "hashicorp-envoy-grafana" "hashicorp-envoy-influx" ];
[ "hashicorp-envoy-grafana" "hashicorp-envoy-influx" "hashicorp-envoy-telegraf" ];
in
pkgs.writeShellScript "envoy-grafana-reload.sh"
''
@ -263,6 +263,12 @@ in
tags.bucket = "metrics";
};
# aggregators.minmax = {
# period = "30s";
# drop_original = true;
# namepass = [ "nomad" ];
# };
inputs.zfs = {
tags.host = "blowhole";
tags.bucket = "metrics";