kurchatov 0.2.9 → 0.3.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
2
  SHA1:
3
- metadata.gz: 247abfa52a37d8051801052016ef346544c09f10
4
- data.tar.gz: 9f97e862d7883ecdc041828ea1ea4616b07e1490
3
+ metadata.gz: 4a33232f1970814a7ad30fb9e222115f8a540447
4
+ data.tar.gz: f96fb4dd24e55058ba0c1a9053d9e7dda2be0675
5
5
  SHA512:
6
- metadata.gz: 8cd099c85c04b12005ac992c4c899da6fcffebb27d4d745a6f7a802eb6239097361e6076c36b2d855c42bdeab21fe3414eab284079327facaea98fb8e96f2f6e
7
- data.tar.gz: b4e3961ba06d675e6216107aee355bf4133face543d7c73ec76e630b107d0b600eda51a7a4bedf337144e3cc429f62be3d79bbdbde4fce6c4460f407f39ca6db
6
+ metadata.gz: 15d0e820a4d807d249a4d329e367c33831b0ebafcfe5fbfd85f8ae659759132593d985ef3d9ad273c246a169a8bbcf6d733f24d8e7dba36e4f8a044555a2ba84
7
+ data.tar.gz: d13da33d338344757c21afa05787bd979c4597b2dea30e4f72a8044532acf10934534017c4753688488018b1dc19e573401e6ef299fcca68ba7d2ac1a2df1b5d
data/app/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem "kurchatov", "= 0.2.8"
3
+ gem "kurchatov", "= 0.2.9"
4
4
  gem "sys-filesystem"
5
5
  gem "sys-proctable"
6
6
  gem "net-ping"
data/app/Gemfile.lock CHANGED
@@ -11,7 +11,7 @@ GEM
11
11
  file-tail (1.0.12)
12
12
  tins (~> 0.5)
13
13
  ipaddress (0.8.0)
14
- kurchatov (0.2.8)
14
+ kurchatov (0.2.9)
15
15
  beefcake (>= 0.3.5)
16
16
  ohai (~> 6.20.0)
17
17
  mixlib-cli (1.5.0)
@@ -44,7 +44,7 @@ DEPENDENCIES
44
44
  addressable
45
45
  ffi-rzmq
46
46
  file-tail
47
- kurchatov (= 0.2.8)
47
+ kurchatov (= 0.2.9)
48
48
  net-ntp
49
49
  net-ping
50
50
  parallel
data/debian/changelog CHANGED
@@ -1,3 +1,9 @@
1
+ riemann-client (1:0.2.9) stable; urgency=low
2
+
3
+ * TSDB: get tags from command line
4
+
5
+ -- Undev DevOps Team <devops@undev.ru> Wed, 20 Aug 2014 10:08:20 +0000
6
+
1
7
  riemann-client (1:0.2.8) stable; urgency=low
2
8
 
3
9
  * TSDB: opentsdb and tsdb
@@ -109,7 +109,7 @@ module Kurchatov
109
109
  hash[:tsdb_tags] = hash[:opentsdb_tags] if hash[:opentsdb_tags]
110
110
  hash[:tsdb_service] = hash[:opentsdb_service] if hash[:opentsdb_service]
111
111
  hash[:tsdb_tags] ||= {}
112
- hash[:tsdb_tags].merge!(Kurchatov::Config[:tsdb_tags])
112
+ hash[:tsdb_tags].merge!(Kurchatov::Config[:tsdb_tags] || {})
113
113
  hash[:tsdb_tags] = hash[:tsdb_tags].map {|k,v| "#{k}=#{v}" }
114
114
  hash[:tsdb_tags] << "host=#{Kurchatov::Config[:host]}"
115
115
  hash[:tsdb_tags].uniq!
@@ -1,3 +1,3 @@
1
1
  module Kurchatov
2
- VERSION = "0.2.9"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kurchatov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vasiliev Dmitry