# lava-healthchecks-binary **Repository Path**: feifei-fertilizer/lava-healthchecks-binary ## Basic Information - **Project Name**: lava-healthchecks-binary - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-24 - **Last Updated**: 2024-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lava-healthchecks-binary Collection of healthchecks for LAVA labs. This is the kernel/dtb/rootfs repository which must be used along with https://github.com/montjoie/lava-healthchecks. ## hosting If you want to host locally all healthchecks, a docker is provided: * Modify healthchecks with: ``` sed -i "s,https://github.com/montjoie/lava-healthchecks-binary/blob/master,http://$(ip route | awk '/^default/ { print $3 }'):8080," health-checks/* ``` * Run docker build . -t lava-healthchecks-binary-www * Run docker run -p 8080:80 lava-healthchecks-binary-www