added grafana and prometheus

This commit is contained in:
2026-02-21 15:00:49 +01:00
parent d9347ada81
commit d276792607
6 changed files with 825 additions and 0 deletions

14
prometheus/blackbox.yml Normal file
View File

@@ -0,0 +1,14 @@
modules:
http_2xx:
prober: http
timeout: 5s
http:
valid_http_versions: ["HTTP/1.1", "HTTP/2.0"]
valid_status_codes: [200]
method: GET
fail_if_ssl: false
fail_if_not_ssl: false
tcp_connect:
prober: tcp
timeout: 5s