serv: add prometheus

This commit is contained in:
Astro 2022-11-27 01:08:19 +01:00
parent 5113cf888d
commit c529915367
2 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,7 @@
auth = "172.20.73.72";
factorio = "172.20.73.73";
zengel = "172.20.73.74";
prometheus = "172.20.73.75";
};
ipv6Router = "serv-gw";
subnets6.dn42 = "fd23:42:c3d2:582::/64";
@ -116,6 +117,7 @@
zengel = "fd23:42:c3d2:582:4a";
network-homepage = "fd23:42:c3d2:582:2f";
owncast = "fd23:42:c3d2:582:32";
prometheus = "fd23:42:c3d2:582:4b";
};
hosts6.up4 = {
bind = "2a00:8180:2c00:282:cd7:56ff:fe69:6366";
@ -159,6 +161,7 @@
zengel = "2a00:8180:2c00:282::4a";
network-homepage = "2a00:8180:2c00:282::2f";
owncast = "2a00:8180:2c00:282::32";
prometheus = "2a00:8180:2c00:282::4b";
};
};

View File

@ -47,6 +47,7 @@ in
Forward true
Server "${config.site.net.serv.hosts4.spaceapi}" "${toString networkPort}"
Server "${config.site.net.serv.hosts4.grafana}" "${toString networkPort}"
Server "${config.site.net.serv.hosts4.prometheus}" "${toString networkPort}"
'';
plugins.mqtt = ''
<Publish "broker">