Verify response of OsteoView healthcheck

This commit is contained in:
Paul-Henri Froidmont 2022-10-30 02:47:29 +02:00
parent 9f0e71f8a0
commit c0ad9f5359
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 2 additions and 0 deletions

View file

@ -65,6 +65,7 @@
status = 200 status = 200
request "/api/_health" request "/api/_health"
with timeout 5 seconds with timeout 5 seconds
content = '[{"]Healthy["]:[{}}]'
then alert then alert
''; '';
}; };

View file

@ -67,6 +67,7 @@
status = 200 status = 200
request "/api/_health" request "/api/_health"
with timeout 5 seconds with timeout 5 seconds
content = '[{"]Healthy["]:[{}}]'
then alert then alert
''; '';
}; };