Add monitoring.yaml foe nextcloud
This commit is contained in:
parent
e65b23a0de
commit
9f7e9cf4f5
15
manifests/nextcloud/monitoring.yaml
Normal file
15
manifests/nextcloud/monitoring.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
enabled: true
|
||||
app: nextcloud
|
||||
|
||||
# Prometheus usage:
|
||||
targets:
|
||||
- nextcloud.my-apps.svc.cluster.local:9205
|
||||
scheme: http
|
||||
|
||||
# External HTTP check:
|
||||
external_check:
|
||||
url: https://nextcloud.dvirlabs.com
|
||||
expected_codes:
|
||||
"502": critical
|
||||
"404": warning
|
||||
"1033": critical
|
||||
Loading…
x
Reference in New Issue
Block a user