feat: grafana loki
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user