From 84644cfbf669f61101edd18714afde8586da1fe2 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 4 Nov 2023 01:24:34 +0100 Subject: [PATCH] cluster/services/monitoring: enable monitoring on grail --- cluster/services/monitoring/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/services/monitoring/default.nix b/cluster/services/monitoring/default.nix index 642965e..0fe5f51 100644 --- a/cluster/services/monitoring/default.nix +++ b/cluster/services/monitoring/default.nix @@ -51,7 +51,7 @@ in }); services.monitoring = { nodes = { - client = [ "checkmate" "thunderskin" "VEGAS" "prophet" ]; + client = [ "checkmate" "grail" "thunderskin" "VEGAS" "prophet" ]; blackbox = [ "checkmate" "VEGAS" "prophet" ]; grafana = [ "VEGAS" "prophet" ]; logging = [ "VEGAS" ];