mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Rearrange port numbers for exporters
This commit is contained in:
parent
1445d13df8
commit
67921f9366
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ let
|
||||||
fqdn = "mail.${domain}";
|
fqdn = "mail.${domain}";
|
||||||
in serverSystemConfiguration {
|
in serverSystemConfiguration {
|
||||||
services.prometheus.exporters.postfix = enabled {
|
services.prometheus.exporters.postfix = enabled {
|
||||||
port = 9030;
|
port = 9040;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.prometheus.scrapeConfigs = [{
|
services.prometheus.scrapeConfigs = [{
|
||||||
|
|
|
@ -4,7 +4,7 @@ serverSystemConfiguration {
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
|
||||||
services.prometheus.exporters.nginx = enabled {
|
services.prometheus.exporters.nginx = enabled {
|
||||||
port = 9020;
|
port = 9030;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.prometheus.scrapeConfigs = [{
|
services.prometheus.scrapeConfigs = [{
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
(serverSystemConfiguration {
|
(serverSystemConfiguration {
|
||||||
services.prometheus.exporters.postgres = enabled {
|
services.prometheus.exporters.postgres = enabled {
|
||||||
port = 9040;
|
port = 9020;
|
||||||
runAsLocalSuperUser = true;
|
runAsLocalSuperUser = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue