things
This commit is contained in:
parent
ce4844a5b3
commit
a8964d8004
4 changed files with 25 additions and 23 deletions
|
|
@ -48,6 +48,7 @@
|
|||
"sql.${config.networking.domain}:${toString config.services.prometheus.exporters.node.port}"
|
||||
"monitoring.${config.networking.domain}:${toString config.services.prometheus.exporters.node.port}"
|
||||
"www.${config.networking.domain}:${toString config.services.prometheus.exporters.node.port}"
|
||||
"dav.${config.networking.domain}:${toString config.services.prometheus.exporters.node.port}"
|
||||
"git.${config.networking.domain}:${toString config.services.prometheus.exporters.node.port}"
|
||||
"mqtt.club.berlin.ccc.de:9100"
|
||||
"forgejo-runner.club.berlin.ccc.de:9100"
|
||||
|
|
@ -65,6 +66,7 @@
|
|||
"md.${config.networking.domain}:${toString config.services.prometheus.exporters.nginx.port}"
|
||||
"monitoring.${config.networking.domain}:${toString config.services.prometheus.exporters.nginx.port}"
|
||||
"www.${config.networking.domain}:${toString config.services.prometheus.exporters.nginx.port}"
|
||||
"dav.${config.networking.domain}:${toString config.services.prometheus.exporters.nginx.port}"
|
||||
"git.${config.networking.domain}:${toString config.services.prometheus.exporters.nginx.port}"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue