chef-handler-influxdb 0.1.3 → 0.1.4
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.
- data/README.md +3 -0
- data/chef-handler-influxdb.gemspec +4 -4
- metadata +4 -5
data/README.md
CHANGED
|
@@ -27,6 +27,9 @@ chef_gem 'influxdb' do
|
|
|
27
27
|
end.run_action(:install)
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
+
You also need to make sure that the user who you want to write the data to
|
|
31
|
+
InfluxDB has been created for that database (by default, that user is `root`)
|
|
32
|
+
|
|
30
33
|
## Usage
|
|
31
34
|
Either just pull the handler file into the files/ directory of one of your
|
|
32
35
|
cookbooks, or download as a Rubygem and source it that way.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'chef-handler-influxdb'
|
|
3
|
-
s.version = '0.1.
|
|
4
|
-
s.author = '
|
|
5
|
-
s.email = '
|
|
6
|
-
s.homepage = 'http://github.com/
|
|
3
|
+
s.version = '0.1.4'
|
|
4
|
+
s.author = 'Simple Finance'
|
|
5
|
+
s.email = 'ops@simple.com'
|
|
6
|
+
s.homepage = 'http://github.com/SimpleFinance/chef-handler-influxdb'
|
|
7
7
|
s.summary = 'Updates InfluxDB with Chef run data'
|
|
8
8
|
s.description = 'Updates InfluxDB with Chef run and arbitrary user data'
|
|
9
9
|
s.files = ::Dir.glob('**/*')
|
metadata
CHANGED
|
@@ -1,28 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-handler-influxdb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
-
|
|
8
|
+
- Simple Finance
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2013-11-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Updates InfluxDB with Chef run and arbitrary user data
|
|
15
|
-
email:
|
|
15
|
+
email: ops@simple.com
|
|
16
16
|
executables: []
|
|
17
17
|
extensions: []
|
|
18
18
|
extra_rdoc_files: []
|
|
19
19
|
files:
|
|
20
|
-
- chef-handler-influxdb-0.1.3.gem
|
|
21
20
|
- chef-handler-influxdb.gemspec
|
|
22
21
|
- lib/chef-handler-influxdb.rb
|
|
23
22
|
- LICENSE
|
|
24
23
|
- README.md
|
|
25
|
-
homepage: http://github.com/
|
|
24
|
+
homepage: http://github.com/SimpleFinance/chef-handler-influxdb
|
|
26
25
|
licenses: []
|
|
27
26
|
post_install_message:
|
|
28
27
|
rdoc_options: []
|