@mpecarina/health-check

0.0.0 • Public • Published

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"

/@mpecarina/health-check/

    Package Sidebar

    Install

    npm i @mpecarina/health-check

    Weekly Downloads

    1

    Version

    0.0.0

    License

    MIT

    Unpacked Size

    3.77 kB

    Total Files

    9

    Last publish

    Collaborators

    • mpecarina