Health check for app
This commit is contained in:
parent
268c42ec91
commit
b6002f18c5
1 changed files with 6 additions and 0 deletions
6
common-app/overlay/etc/sunet-machine-healthy/health-checks.d/app.check
Executable file
6
common-app/overlay/etc/sunet-machine-healthy/health-checks.d/app.check
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
curl -k https://localhost:443 | jq
|
Loading…
Add table
Reference in a new issue