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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/fluent/plugin/in_specinfra_inventory.rb +1 -1
- data/lib/fluent/plugin/specinfra_inventory/version.rb +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: 835a292db8d519c15dafcebe398ebecf79550b36
|
4
|
+
data.tar.gz: 54c44bbfe577d3c76c6ff269aecebbd116377a94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e7e328f21bece56d16adc521ec83328c767b1002857f4b5387ac853faa344b1d00be75be4770273efa49d98234a2b167222066cff8d97bf4a18c349c57d67d8
|
7
|
+
data.tar.gz: 6f8b997beb41463c78e1d0a79136decd8d81a83ef624158269e852b62a6546aef9d43f4d3b7f094e1ef7f8c891c0fa47c2e4b1c04819c729d677847932b83b67
|
data/CHANGELOG.md
CHANGED
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
|
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 =
|
52
|
+
@inventory_keys = Specinfra::HostInventory::KEYS if @inventory_keys.empty?
|
53
53
|
end
|
54
54
|
|
55
55
|
def start
|
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.
|
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-
|
11
|
+
date: 2015-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|