fluent-plugin-nsca 0.0.2 → 0.0.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.
Files changed (3) hide show
  1. data/README.md +2 -5
  2. data/fluent-plugin-nsca.gemspec +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -225,11 +225,8 @@ For example:
225
225
 
226
226
  ## Installation
227
227
 
228
- If you are using td-agent, execute the command below.
229
-
230
- $ sudo /usr/lib64/fluent/ruby/bin/fluent-gem fluent-plugin-nsca
231
-
232
- Then add `match` section to your configuration file.
228
+ 1. Install fluent-plugin-nsca gem from rubygems.org.
229
+ 2. Add `match` sections to your fluentd configuration file.
233
230
 
234
231
  ## Contributing
235
232
 
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "fluent-plugin-nsca"
8
- spec.version = '0.0.2'
8
+ spec.version = '0.0.3'
9
9
  spec.authors = ["MIYAKAWA Taku"]
10
10
  spec.email = ["miyakawa.taku@gmail.com"]
11
11
  spec.description = %q{Fluentd output plugin to send service checks to a Nagios NSCA daemon}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-nsca
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -122,7 +122,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  segments:
124
124
  - 0
125
- hash: -882226750222352058
125
+ hash: -2882737187850770047
126
126
  required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  none: false
128
128
  requirements:
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  version: '0'
132
132
  segments:
133
133
  - 0
134
- hash: -882226750222352058
134
+ hash: -2882737187850770047
135
135
  requirements: []
136
136
  rubyforge_project:
137
137
  rubygems_version: 1.8.23