Change policy for the rabbitmq_service cluster
This change updates the policy to availability_of_members to trigger an
alert whenever a node is down.
diff --git a/rabbitmq/meta/heka.yml b/rabbitmq/meta/heka.yml
index 6d82aed..8542b75 100644
--- a/rabbitmq/meta/heka.yml
+++ b/rabbitmq/meta/heka.yml
@@ -126,9 +126,9 @@
nagios_host: 01-service-clusters
rabbitmq_service:
# A check failure on a single node doesn't mean that the whole cluster
- # is down, this is why a 'hostname' group_by and 'majority_of_members'
+ # is down, this is why a 'hostname' group_by and 'availability_of_members'
# policy are used here
- policy: majority_of_members
+ policy: availability_of_members
alerting: enabled
group_by: hostname
match: