runitor

Command runner with healthchecks.io integration for monitoring

brewmacoslinux
Try with needOr install directly
Source

About

Command runner with healthchecks.io integration

Commands

runitor

Examples

Run a command and report success/failure to healthchecks.io$ runitor -uuid 12345678-1234-1234-1234-123456789012 -- ./backup.sh
Execute a scheduled task with timeout and error reporting$ runitor -uuid 12345678-1234-1234-1234-123456789012 -timeout 300 -- daily-maintenance
Run multiple commands in sequence with health monitoring$ runitor -uuid 12345678-1234-1234-1234-123456789012 -- bash -c 'npm test && npm build'