Send events covering process status
Scan for processes and fire events
Example Config
beacons:
ps:
- processes:
salt-master: running
mysql: stopped
The config above sets up beacons to check that processes are running or stopped.
Validate the beacon configuration