ring-sqa 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/ring/sqa/alarm/message.rb +4 -3
- data/lib/ring/sqa/alarm.rb +1 -1
- data/ring-sqa.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1dc8b248c33b0beea3dd899e6c852c5d1f5eebd
|
|
4
|
+
data.tar.gz: a7a77dc93f54498d02b26c3a88a5c6e8fc89bd6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
14
|
-
|
|
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:
|
data/lib/ring/sqa/alarm.rb
CHANGED
|
@@ -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
|
|
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
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.
|
|
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-
|
|
12
|
+
date: 2015-02-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: slop
|