Fixed some prometheus settings... again.

This commit is contained in:
Root User 2026-02-14 19:02:24 +01:00
parent f7f0039f9c
commit ba2cf5c149
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -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";
}; };