salt.beacons.ps module

Send events covering process status

salt.beacons.ps.beacon(config)

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.

salt.beacons.ps.validate(config)

Validate the beacon configuration

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2018.3.0

Previous topic

salt.beacons.proxy_example module

Next topic

salt.beacons.salt_proxy module