cluster/services/monitoring: add checkmate to monitoring clients
This commit is contained in:
parent
dad0c983e8
commit
d3e71fc2cf
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
};
|
||||
services.monitoring = {
|
||||
nodes = {
|
||||
client = [ "VEGAS" "prophet" ];
|
||||
client = [ "checkmate" "VEGAS" "prophet" ];
|
||||
};
|
||||
nixos = {
|
||||
client = ./client.nix;
|
||||
|
|
Loading…
Reference in a new issue