0.0.0 • Published 4 years ago

@mpecarina/health-check v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

health-check

configurable http liveness and readiness checks for kubernetes deployments

export READY_CMD="adb shell cat /data/local/tmp/done"
export LIVE_CMD="adb shell dumpsys window windows | grep -i  mCurrentFocus | grep -i null | head -1 | wc -l"
export READY_OUTPUT_CONTAINS="1"
export LIVE_OUTPUT_CONTAINS="0"
export READY_FAILURE_MSG="android emulator service is not ready"
export LIVE_FAILURE_MSG="android emulator service is not healthy"