etheroute-lon01: add prometheus and alertmanager
This commit is contained in:
parent
63d5dadb9d
commit
8773350ba6
1 changed files with 2 additions and 0 deletions
|
@ -209,6 +209,8 @@ in {
|
||||||
"radarr.int.lukegb.com"
|
"radarr.int.lukegb.com"
|
||||||
"deluge.int.lukegb.com"
|
"deluge.int.lukegb.com"
|
||||||
];
|
];
|
||||||
|
"totoro:9090" = [ "prometheus.int.lukegb.com" ];
|
||||||
|
"totoro:9093" = [ "alertmanager.int.lukegb.com" ];
|
||||||
};
|
};
|
||||||
servicesOnHosts = lib.concatLists (lib.mapAttrsToList (hostName: services: map (serviceOnHost hostName) services) hostToServices);
|
servicesOnHosts = lib.concatLists (lib.mapAttrsToList (hostName: services: map (serviceOnHost hostName) services) hostToServices);
|
||||||
in servicesOnHosts ++ [
|
in servicesOnHosts ++ [
|
||||||
|
|
Loading…
Reference in a new issue