ring-sqa 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c87d85ec1ff9b1daf33b01f7ebe576bb5ad11a2
4
- data.tar.gz: e082af98b466f6ceaf40738791152b9e2dc3e3dc
3
+ metadata.gz: b1dc8b248c33b0beea3dd899e6c852c5d1f5eebd
4
+ data.tar.gz: a7a77dc93f54498d02b26c3a88a5c6e8fc89bd6b
5
5
  SHA512:
6
- metadata.gz: 5543b7a43d7669a37ab72886f01525e0a31d42497e5af6b2f145451f4ff7b38e0d2089ce31cfd51314420fd26dcaddf6ccd22c4dca8b6cef51a8982beade2cbd
7
- data.tar.gz: 74a9ab99f4a392da8c2d5ca617f6a50aaabc2e5ba378c92b868347aeb972f2f4f9fdbde31a7c29b983f0c07c30e7ec70ef5d899ea39ba0566ed8e1013fbdd9e7
6
+ metadata.gz: 594658283174f39fd12fc2fe468a9b0205b9a12409ea0f70f08084f2a11be3a688096d3b7a37d91aa6dda81c69a023f5093f4863f0ba14e2d167736053ae72c8
7
+ data.tar.gz: 60406109b165082403d9d031a1aff416ca6c5473c4d075cad4735ed98ee8313590337a6a4e789b1ebce9e9a501a4ca7dcba857408cec1852e4e9649892c44261
@@ -9,9 +9,10 @@ This is an automated alert from the distributed partial outage
9
9
  monitoring system 'RING SQA'.
10
10
 
11
11
  At #{Time.now.utc} the following measurements were analysed
12
- as indicating that there is a high probability your NLNOG RING node
13
- cannot reach the entire internet. Possible causes could be an outage
14
- in your upstream's or peer's network.
12
+ as indicating that there is a high probability your NLNOG RING node cannot
13
+ reach the entire internet. This could be down to your RING node, its local
14
+ network, or disruption of peering and/or upstream networks (for example
15
+ instability at an IXP or one of your transit providers).
15
16
 
16
17
  The following #{amount} nodes previously were reachable, but became unreachable
17
18
  over the course of the last 3 minutes:
@@ -47,7 +47,7 @@ class SQA
47
47
  if exceeding_nodes.size > 0
48
48
  msg = {short: "#{@hostname}: raising #{@afi} alarm - #{exceeding_nodes.size} new nodes down"}
49
49
  else
50
- 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)."}
50
+ msg = {short: "#{@hostname}: raising #{@afi} alarm - many nodes were unreachable, general instabiliy"}
51
51
  end
52
52
  exceeding_nodes = exceeding_nodes.map { |node| @nodes.get node }
53
53
 
data/ring-sqa.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'ring-sqa'
3
- s.version = '0.1.8'
3
+ s.version = '0.1.9'
4
4
  s.licenses = %w( Apache-2.0 )
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = [ 'Saku Ytti', 'Job Snijders' ]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ring-sqa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Saku Ytti
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-02-02 00:00:00.000000000 Z
12
+ date: 2015-02-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: slop