mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Fix restarting of monitoring proxies by vault-agent
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
6f2ed9250a
commit
602b194cf8
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue