diff --git a/nixos/systems/blowhole/monitoring.nix b/nixos/systems/blowhole/monitoring.nix index 0c84b7e..1e9d819 100644 --- a/nixos/systems/blowhole/monitoring.nix +++ b/nixos/systems/blowhole/monitoring.nix @@ -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";