[RabbitMQ] Make VRRP script more reliable

10 seconds and 1 try is often not enough on huge environments to declare
RabbitMQ non functional. It leads to false positives and traffic drops.
The commit bumps values to make the health check more robust.

Closes-Bug: #PROD-36533
Change-Id: Ie2d9bbc37b1e8cafa3de145cad1d356bce778f00
diff --git a/keepalived/cluster/instance/rabbitmq_vip.yml b/keepalived/cluster/instance/rabbitmq_vip.yml
index 922afc7..4cbe67c 100644
--- a/keepalived/cluster/instance/rabbitmq_vip.yml
+++ b/keepalived/cluster/instance/rabbitmq_vip.yml
@@ -8,9 +8,9 @@
       vrrp_scripts:
         rabbitemq_vip:
           content: ${_param:keepalived_rabbitemq_vrrp_script_content}
-          interval: 10
+          interval: 30
           rise: 1
-          fall: 1
+          fall: 2
       instance:
         VIP:
           track_script: rabbitemq_vip