add nodes from cccb
This commit is contained in:
parent
df9c5b3a6e
commit
8ac6886c1d
1 changed files with 7 additions and 0 deletions
|
|
@ -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 = {
|
services.prometheus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
retentionTime = "14d";
|
retentionTime = "14d";
|
||||||
|
|
@ -38,6 +43,8 @@
|
||||||
"sql.berlin.ccc.de:${toString config.services.prometheus.exporters.node.port}"
|
"sql.berlin.ccc.de:${toString config.services.prometheus.exporters.node.port}"
|
||||||
"monitoring.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}"
|
"www.berlin.ccc.de:${toString config.services.prometheus.exporters.node.port}"
|
||||||
|
"mqtt.club.berlin.ccc.de:9100"
|
||||||
|
"forgejo-runner.club.berlin.ccc.de:9100"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue