add nodes from cccb

This commit is contained in:
XenGi 2026-03-18 23:33:10 +01:00
parent df9c5b3a6e
commit 8ac6886c1d
Signed by: xengi
SSH key fingerprint: SHA256:dM+fLZGsDvyv6kunjE8bGduL24VsCFB4LEOSdmRHdG0

View file

@ -6,6 +6,11 @@
}:
{
networking.extraHosts = ''
2001:678:560:23:3036:24ff:fecf:965b mqtt.club.berlin.ccc.de
2001:678:560:23:be24:11ff:fe37:a49a forgejo-runner.club.berlin.ccc.de
'';
services.prometheus = {
enable = true;
retentionTime = "14d";
@ -38,6 +43,8 @@
"sql.berlin.ccc.de:${toString config.services.prometheus.exporters.node.port}"
"monitoring.berlin.ccc.de:${toString config.services.prometheus.exporters.node.port}"
"www.berlin.ccc.de:${toString config.services.prometheus.exporters.node.port}"
"mqtt.club.berlin.ccc.de:9100"
"forgejo-runner.club.berlin.ccc.de:9100"
];
}
];