I have 3 redis servers running with 3 sentinels on each host
3 redis-3 sentinels(total 3 hosts)
- Can I run sentinel on a separate host or it should always run along with redis-server?
3 redis on 3 hosts 3 sentinels on 3 other hosts(total 6 hosts)
- Is it possible to monitor all the 3 redis servers with only one redis sentinel?
3 redis on 3 host 1 sentinel on 1 host(total 3 or 4 hosts)