salt.beacons.ps module

Send events covering service status

salt.beacons.ps.beacon(config)

Scan for processes and fire events

Example Config

beacons:
  ps:
    salt-master: running
    mysql: stopped

The config above sets up beacons to check that processes are running or stopped.

salt.beacons.ps.validate(config)

Validate the beacon configuration