hosts/monitoring-3: add monitoring of mercury
This commit is contained in:
parent
0a2bb76f40
commit
2fd7a4c5aa
@ -13,6 +13,15 @@ let
|
||||
nixos = false;
|
||||
};
|
||||
};
|
||||
"mercury".config = {
|
||||
networking.hostName = "mercury";
|
||||
clerie.monitoring = {
|
||||
enable = true;
|
||||
id = "401";
|
||||
pubkey = "jrwc4gMZh/Ss1MEXWkLhXcAp4Z++Xnl4noYIZnCfWQg=";
|
||||
nixos = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
monitoringHosts = filterAttrs (name: host:
|
||||
|
Loading…
Reference in New Issue
Block a user