salt.engines.redis_sentinel moduleΒΆ

An engine that reads messages from the redis sentinel pubsub and sends reactor events based on the channels they are subscribed to.

configuration:
Example configuration
engines:
  • redis_sentinel:
    hosts:
    matching: 'board*' port: 26379 interface: eth2
    channels:
    • '+switch-master'
    • '+odown'
    • '-odown'
depends:

redis

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2016.11.4

Previous topic

salt.engines.reactor module

Next topic

salt.engines.slack module