Add monitoring.yaml for prometheus and grafana
This commit is contained in:
parent
0df4d67eaf
commit
ee9caf2f31
10
manifests/rancher-monitoring/grafana/monitoring.yaml
Normal file
10
manifests/rancher-monitoring/grafana/monitoring.yaml
Normal 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
|
||||||
10
manifests/rancher-monitoring/prometheus/monitoring.yaml
Normal file
10
manifests/rancher-monitoring/prometheus/monitoring.yaml
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user