sampler

Execute shell commands, visualize output, and set up alerts in real-time

brewmacoslinux
Try with needOr install directly
Source

About

Tool for shell commands execution, visualization and alerting

Commands

sampler

Examples

Monitor system resources with a custom dashboard$ sampler -c config.yml
Run a single command and display its output continuously$ sampler -c '(title: "CPU Usage"; cmd: "top -l 1 | head -n 5")'
Create an alert when disk usage exceeds a threshold$ sampler -c config.yml --alert 'disk_usage > 80'