mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 11:36:16 +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 =
|
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";
|
||||||
|
|
Loading…
Reference in a new issue