1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Rearrange port numbers for exporters

This commit is contained in:
RGBCube 2024-01-14 15:41:11 +03:00
parent 1445d13df8
commit 67921f9366
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ let
fqdn = "mail.${domain}";
in serverSystemConfiguration {
services.prometheus.exporters.postfix = enabled {
port = 9030;
port = 9040;
};
services.prometheus.scrapeConfigs = [{

View file

@ -4,7 +4,7 @@ serverSystemConfiguration {
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.prometheus.exporters.nginx = enabled {
port = 9020;
port = 9030;
};
services.prometheus.scrapeConfigs = [{

View file

@ -2,7 +2,7 @@
(serverSystemConfiguration {
services.prometheus.exporters.postgres = enabled {
port = 9040;
port = 9020;
runAsLocalSuperUser = true;
};