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