A convenience system to manage reactors
Beginning in the 2017.7 release, the reactor runner requires that the reactor
system is running. This is accomplished one of two ways, either
by having reactors configured or by including reactor
in the
engine configuration for the Salt master.
- engines:
reactor
Add a new reactor
CLI Example:
salt-run reactor.add 'salt/cloud/*/destroyed' reactors='/srv/reactor/destroy/*.sls'
Delete a reactor
CLI Example:
salt-run reactor.delete 'salt/cloud/*/destroyed'
Return whether the running reactor is acting as a leader (responding to events).
CLI Example:
salt-run reactor.is_leader
List currently configured reactors
CLI Example:
salt-run reactor.list
Set the current reactor to act as a leader (responding to events). Defaults to True
CLI Example:
salt-run reactor.set_leader True