mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 14:20:33 +01:00
add comin prom exporter
This commit is contained in:
parent
2c10a64acf
commit
e97924ab5e
|
@ -8,6 +8,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
inputs.comin.nixosModules.comin
|
inputs.comin.nixosModules.comin
|
||||||
];
|
];
|
||||||
|
|
||||||
services.comin = {
|
services.comin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
remotes = [
|
remotes = [
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
"127.0.0.1:${toString config.services.prometheus.exporters.node.port}"
|
"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.prometheus.exporters.nextcloud.port}"
|
||||||
"127.0.0.1:${toString config.services.forgejo.settings.server.HTTP_PORT}"
|
"127.0.0.1:${toString config.services.forgejo.settings.server.HTTP_PORT}"
|
||||||
|
"127.0.0.1:${toString config.services.comin.exporter.port}"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue