This file is indexed.

/usr/share/doc/ruby-redis/examples/sentinel/sentinel.conf is in ruby-redis 3.2.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
sentinel monitor master1 127.0.0.1 6380 2
sentinel down-after-milliseconds master1 5000
sentinel failover-timeout master1 15000
sentinel parallel-syncs master1 1

sentinel monitor master2 127.0.0.1 6381 2
sentinel down-after-milliseconds master2 5000
sentinel failover-timeout master2 15000
sentinel parallel-syncs master2 1