23 lines
597 B
Plaintext
23 lines
597 B
Plaintext
$OpenBSD: patch-sentinel_conf,v 1.6 2018/09/02 11:08:51 kn Exp $
|
|
Index: sentinel.conf
|
|
--- sentinel.conf.orig
|
|
+++ sentinel.conf
|
|
@@ -167,7 +167,7 @@ sentinel failover-timeout mymaster 180000
|
|
#
|
|
# Example:
|
|
#
|
|
-# sentinel notification-script mymaster /var/redis/notify.sh
|
|
+# sentinel notification-script mymaster ${DBDIR}/notify.sh
|
|
|
|
# CLIENTS RECONFIGURATION SCRIPT
|
|
#
|
|
@@ -192,7 +192,7 @@ sentinel failover-timeout mymaster 180000
|
|
#
|
|
# Example:
|
|
#
|
|
-# sentinel client-reconfig-script mymaster /var/redis/reconfig.sh
|
|
+# sentinel client-reconfig-script mymaster ${DBDIR}/reconfig.sh
|
|
|
|
# SECURITY
|
|
#
|