mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 02:20:32 +01:00
add comin prom exporter
This commit is contained in:
parent
2c10a64acf
commit
e97924ab5e
|
@ -8,6 +8,7 @@
|
|||
imports = [
|
||||
inputs.comin.nixosModules.comin
|
||||
];
|
||||
|
||||
services.comin = {
|
||||
enable = true;
|
||||
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.nextcloud.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