diff options
| author | Michael Klishin <michael@novemberain.com> | 2016-09-07 13:19:35 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-07 13:19:35 +0400 |
| commit | dc8a921682342e2b44a3dd59a76b08643ff3c0b5 (patch) | |
| tree | a2dd5f5fa96080461dedf0ca83a3fe14a03562a0 /scripts | |
| parent | f8371f775321ec5a0e15776bfa1d0072c9732c84 (diff) | |
| parent | 7fd8dcf68f1fa50bf8092df83f1884b4fa206697 (diff) | |
| download | rabbitmq-server-git-dc8a921682342e2b44a3dd59a76b08643ff3c0b5.tar.gz | |
Merge pull request #942 from dmitrymex/remove-second-monitor
[OCF HA] Do not suggest to run the second monitor action
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/rabbitmq-server-ha.ocf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/rabbitmq-server-ha.ocf b/scripts/rabbitmq-server-ha.ocf index c74525c936..63e5f700d9 100755 --- a/scripts/rabbitmq-server-ha.ocf +++ b/scripts/rabbitmq-server-ha.ocf @@ -332,7 +332,6 @@ $EXTENDED_OCF_PARAMS <action name="status" timeout="20" /> <action name="monitor" depth="0" timeout="30" interval="5" /> <action name="monitor" depth="0" timeout="30" interval="3" role="Master"/> -<action name="monitor" depth="30" timeout="60" interval="103" /> <action name="promote" timeout="30" /> <action name="demote" timeout="30" /> <action name="notify" timeout="20" /> |
