add comin prom exporter

This commit is contained in:
xqtc 2024-11-02 01:01:36 +01:00
parent 2c10a64acf
commit e97924ab5e
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
imports = [
inputs.comin.nixosModules.comin
];
services.comin = {
enable = true;
remotes = [

View file

@ -62,6 +62,7 @@
"127.0.0.1:${toString config.services.prometheus.exporters.node.port}"
"127.0.0.1:${toString config.services.prometheus.exporters.nextcloud.port}"
"127.0.0.1:${toString config.services.forgejo.settings.server.HTTP_PORT}"
"127.0.0.1:${toString config.services.comin.exporter.port}"
];
}
];