Add monit check for osteoview-demo

This commit is contained in:
Paul-Henri Froidmont 2023-07-12 07:46:20 +02:00
parent 61f12a0209
commit d56652156b
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -72,6 +72,16 @@
with timeout 5 seconds
content = '[{"]Healthy["]:[{}}]'
then alert
check host osteoview-demo with address demo.osteoview.app
if failed
port 443
protocol https
status = 200
request "/api/_health"
with timeout 5 seconds
content = '[{"]Healthy["]:[{}}]'
then alert
'';
};