Add monitoring.yaml for prometheus and grafana

This commit is contained in:
dvirlabs 2025-06-30 03:13:47 +03:00
parent 0df4d67eaf
commit ee9caf2f31
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
enabled: true
app: grafana
# External HTTP check:
external_check:
url: https://grafana.dvirlabs.com
expected_codes:
"502": critical
"404": warning
"1033": critical

View File

@ -0,0 +1,10 @@
enabled: true
app: prometheus
# External HTTP check:
external_check:
url: https://prometheus.dvirlabs.com
expected_codes:
"502": critical
"404": warning
"1033": critical