fluent-plugin-specinfra_inventory 0.2.2 → 0.2.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07dfc54aaf7afdf70861257158208ae08cce46d8
4
- data.tar.gz: bab4b1e6e41110f2e4e1afc8ad9a2b73f8f574d5
3
+ metadata.gz: 835a292db8d519c15dafcebe398ebecf79550b36
4
+ data.tar.gz: 54c44bbfe577d3c76c6ff269aecebbd116377a94
5
5
  SHA512:
6
- metadata.gz: 7abbab1e4e48c0865e0b7ffacac8c675d9d6b4c6ab02e407be49838e379a2544e5e4c3af5710c1aadf64d27e5735cee71c6459be2cc7b6bc4fbc159533f11d22
7
- data.tar.gz: 4e341944c21b0d25e57d83c310c05ed093c5e48325d79b7e637fa608890c8b83460334271dd8e2d08b9fc818a54c0e6ef06d0c2ebe3fd070bca293a5f64cd8ce
6
+ metadata.gz: 2e7e328f21bece56d16adc521ec83328c767b1002857f4b5387ac853faa344b1d00be75be4770273efa49d98234a2b167222066cff8d97bf4a18c349c57d67d8
7
+ data.tar.gz: 6f8b997beb41463c78e1d0a79136decd8d81a83ef624158269e852b62a6546aef9d43f4d3b7f094e1ef7f8c891c0fa47c2e4b1c04819c729d677847932b83b67
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.2.3
2
+
3
+ * follow the change of Specinfra
4
+
1
5
  ## 0.2.2
2
6
 
3
7
  * Bug fix
data/README.md CHANGED
@@ -47,7 +47,7 @@ Time span(sec) for collecting inventory.
47
47
  defualt: `60`
48
48
 
49
49
  ### tag_prefix
50
- Prefix of tags of events.
50
+ Prefix of event tags.
51
51
  Event tags are added together inventory key at the end(like: `example.prefix.cpu`)
52
52
  If you set `true` to `combine` option, It does not added the key at the end.
53
53
  default: `specinfra.inventory`
@@ -49,7 +49,7 @@ module Fluent
49
49
  Specinfra.configuration.send(:ssh_options, opt) if opt.length > 0
50
50
 
51
51
  @inventory = Specinfra::HostInventory.instance
52
- @inventory_keys = @inventory.keys if @inventory_keys.empty?
52
+ @inventory_keys = Specinfra::HostInventory::KEYS if @inventory_keys.empty?
53
53
  end
54
54
 
55
55
  def start
@@ -1,7 +1,7 @@
1
1
  module Fluent
2
2
  module Plugin
3
3
  module SpecinfraInventory
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-specinfra_inventory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masashi Terui
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-03 00:00:00.000000000 Z
11
+ date: 2015-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd