sensu-plugins-graphite 2.3.0 → 3.0.0

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
- SHA1:
3
- metadata.gz: c8723bd63f1daa64ac49473016cf5163521a3f5c
4
- data.tar.gz: 213141cd8365208987bd97c04ee9b6be16079385
2
+ SHA256:
3
+ metadata.gz: 132867459cdd9ed13a72e2e48398b52797c01334f5eafd86550f428af75062f4
4
+ data.tar.gz: 27a222245ca4ee0861e8d97d9a4839f4ad436adbfad6671b499289eb29b50fd7
5
5
  SHA512:
6
- metadata.gz: 2da33de6c6be603ade77bca6e452e3ddbacf96901d7a20401ed7289e1ebc256d7bb15aec4f33d3dd02cd73379a52932d0232f4d32dd87cc3029de65d675e830a
7
- data.tar.gz: 04207e317401a8ce9363d5a9eaa63d26265a18ef97b4108860e54f65031dae05284b6d2a356e40db1a29007d14348d1ff1f14d4f4cdc5bb44ef0af3eebf9c6c4
6
+ metadata.gz: e6fdcc7dcf9920a7f4eaeb3dac45f1502bcc47508ed311b3d3204ef9b193c7f7402d7c582eb2b8db8819208dfbaa2d87151332fcb45544ea913f886a4d288461
7
+ data.tar.gz: 2cb7d92183220bab5f3468bc10565c7eb0ff8dc28b908abe6c08eb72c28cef572b4ae9f0530a1367b13e8b2f9f5bd5af61fc008444adf1b348e738d0453e12fc
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [3.0.0] - 2017-12-04
9
+ ### Breaking Change
10
+ - bumped dependency of `sensu-plugin` to 2.x you can read about it [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29)
11
+
8
12
  ## [2.3.0] - 2017-10-19
9
13
  ### Added
10
14
  - example in readme for using the handlers (@scosist)
@@ -83,7 +87,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
83
87
  ### Added
84
88
  - initial release
85
89
 
86
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.1...HEAD
90
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/3.0.0...HEAD
91
+ [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.1...3.0.0
87
92
  [2.3.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.1...2.3.0
88
93
  [2.2.1]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.0...2.2.1
89
94
  [2.2.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.1.0...2.2.0
@@ -17,7 +17,7 @@
17
17
  # with REPLICATION_FACTOR > 1 and more than one Graphite server those
18
18
  # carbon-relays are configured to post to. This check ensures that replication
19
19
  # is actually happening in a timely manner.
20
-
20
+ #
21
21
  # How it works: We generate a large random number for each of these servers
22
22
  # Then we post that number to each server via a key in the form of:
23
23
  # checks.graphite.check_id.replication.your_graphite_server.ip It's safe
@@ -36,7 +36,18 @@
36
36
  # gem: ipaddress
37
37
  #
38
38
  # USAGE:
39
- # #YELLOW
39
+ # Basic check, expect metrics to land on these graphite servers
40
+ # check-graphite-replication.rb -r relay1 -g graphite1,graphite2
41
+ #
42
+ # Make sure all 4 graphite instances get the metric
43
+ # check-graphite-replication.rb -r relay1 -g graphite1,graphite2,graphite3 graphite4 -c 1
44
+ #
45
+ # Test multiple relay servers
46
+ # check-graphite-replication.rb -r relay1,relay2 -g graphite1,graphite2
47
+ #
48
+ # Test from multiple locations (no conflicts)
49
+ # check-graphite-replication.rb -r relay1,relay2 -g graphite1,graphite2 -i check_1
50
+ # check-graphite-replication.rb -r relay1,relay2 -g graphite1,graphite2 -i check_2
40
51
  #
41
52
  # LICENSE:
42
53
  # AJ Bourg <aj@ajbourg.com>
@@ -1,7 +1,7 @@
1
1
  module SensuPluginsGraphite
2
2
  module Version
3
- MAJOR = 2
4
- MINOR = 3
3
+ MAJOR = 3
4
+ MINOR = 0
5
5
  PATCH = 0
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-graphite
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-20 00:00:00.000000000 Z
11
+ date: 2017-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: array_stats
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '1.2'
61
+ version: '2.0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '1.2'
68
+ version: '2.0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: simple-graphite
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -268,7 +268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
268
268
  version: '0'
269
269
  requirements: []
270
270
  rubyforge_project:
271
- rubygems_version: 2.6.14
271
+ rubygems_version: 2.7.3
272
272
  signing_key:
273
273
  specification_version: 4
274
274
  summary: Sensu plugins for graphite