Fixed some prometheus settings... again.
This commit is contained in:
parent
f7f0039f9c
commit
ba2cf5c149
1 changed files with 3 additions and 3 deletions
|
|
@ -140,7 +140,7 @@ in {
|
||||||
|
|
||||||
prometheus.scrape "metrics_integrations_integrations_traefik" {
|
prometheus.scrape "metrics_integrations_integrations_traefik" {
|
||||||
targets = discovery.relabel.metrics_integrations_integrations_traefik.output
|
targets = discovery.relabel.metrics_integrations_integrations_traefik.output
|
||||||
forward_to = [prometheus.remote_write.metrics_service.receiver]
|
# forward_to = [prometheus.remote_write.metrics_service.receiver]
|
||||||
job_name = "integrations/traefik"
|
job_name = "integrations/traefik"
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
@ -417,8 +417,8 @@ in {
|
||||||
wants = ["acme-finished-prg-radio.org.target"];
|
wants = ["acme-finished-prg-radio.org.target"];
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [80 443 10022 30033 8448];
|
networking.firewall.allowedTCPPorts = [80 443 10022 30033 8448 9001];
|
||||||
networking.firewall.allowedUDPPorts = [80 443 9987];
|
networking.firewall.allowedUDPPorts = [80 443 9987 9001];
|
||||||
|
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue