lib/ring/sqa/alarm.rb in ring-sqa-0.1.8 vs lib/ring/sqa/alarm.rb in ring-sqa-0.1.9

- old
+ new

@@ -45,10 +45,10 @@ def compose_message alarm_buffer exceeding_nodes = alarm_buffer.exceeding_nodes if exceeding_nodes.size > 0 msg = {short: "#{@hostname}: raising #{@afi} alarm - #{exceeding_nodes.size} new nodes down"} else - msg = {short: "#{@hostname}: raising #{@afi} alarm - many nodes were unreachable in the last monitoring period, there is likely network instability. This could be down to your ring node, its local network, or disruption of peering and/or upstream networks (for example instability at an IXP)."} + msg = {short: "#{@hostname}: raising #{@afi} alarm - many nodes were unreachable, general instabiliy"} end exceeding_nodes = exceeding_nodes.map { |node| @nodes.get node } addr_len = @afi == 'ipv6' ? 40 : 15 nodes_list = ''