Automated program for checking the health of networked services.
Output Structure
The following TypeScript declarations document the structure of the program’s output, with Section being the type of the object generated. Anything that consumes this API should be able to properly display any object that conforms to these types.
status-checker
Automated program for checking the health of networked services.
Output Structure
The following TypeScript declarations document the structure of the program’s output, with
Sectionbeing the type of the object generated. Anything that consumes this API should be able to properly display any object that conforms to these types.Running
The program is meant to be executed by a GitHub actions runner, but can be built and ran normally with cargo.
Status is sent to
stdoutin JSON format.