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" ];