feat: grafana loki

This commit is contained in:
2026-07-10 13:10:58 +02:00
parent b800bfe08b
commit 8d57aa4bc0
16 changed files with 1095 additions and 3 deletions
@@ -9,7 +9,7 @@ in {
port = blackboxPort;
listenAddress = "127.0.0.1";
openFirewall = false;
configFile = (builtins.toFile "blackbox.yml" ''
configFile = builtins.toFile "blackbox.yml" ''
modules:
http_2xx:
prober: http
@@ -25,7 +25,7 @@ in {
tcp_connect:
prober: tcp
timeout: 5s
'');
'';
};
services.prometheus.scrapeConfigs = [