fluent-plugin-ironio 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f899960278ff1f182d8cdffe54a279f3de55d2dd
4
- data.tar.gz: 4124978bff494de4697fa77bd297a46d4320cf0a
3
+ metadata.gz: 650511045a1c534fdf5629c31ae555e2ac5f567c
4
+ data.tar.gz: ad67f42fad073718463c0a73fed7c31cb1406f93
5
5
  SHA512:
6
- metadata.gz: cc6b3e45d491f61ad49b04b6aafdc5ca60488d654a6ec844f150088793696b637ef4610320e57d6364eb67db519b1e8b3ef900cde0ef88b6f70766770b84d6e9
7
- data.tar.gz: 07966701f9bf765a70c00ce12146f408441ff0124a27b2ad4e7f7abb08318686bcf2740c21f2681bf4a7e65cf289d7d3293cfd0c6c5875554b0c6ddd6f9f7df5
6
+ metadata.gz: 3135bfe4332cabc0706d419c32221cc8a5172ffc1f60945f934b0c2b99a185186f7626ad146bdcc2114d717c008ef3e381160ac201b1227d18847dac191c7d41
7
+ data.tar.gz: 106910b52034c8aa7c858b9e0f79a7486a43462480bf06f9b0184b3fc7c867c738c9cf16714fd78d4048602445731607e02e777b120c93913ddcf36f20c46103
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.name = "fluent-plugin-ironio"
6
- gem.version = "0.0.2"
6
+ gem.version = "0.0.3"
7
7
  gem.date = '2015-01-30'
8
8
  gem.authors = ["chandrashekar Tippur"]
9
9
  gem.email = ["ctippur@gmail.com"]
@@ -86,7 +86,7 @@ module Fluent
86
86
  #tag = @tag
87
87
  timestamp = Engine.now # Should be received_time_input
88
88
 
89
- jsonhtmlencodedraw['received_time_input']=timestamp.to_s
89
+ jsonhtmlencodedraw['receive_time_input']=timestamp.to_s
90
90
  jsonhtmlencodedraw['event_type']=@tag.to_s
91
91
  jsonhtmlencodedraw['intermediary_source']=jsonhtmlencodedraw['alert_url']
92
92
  #jsonhtmlencodedraw.each do |key, value|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-ironio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - chandrashekar Tippur
@@ -103,7 +103,6 @@ files:
103
103
  - create_fluentd_str
104
104
  - fluent-plugin-ironio.gemspec
105
105
  - lib/fluent/plugin/in_ironio.rb
106
- - notes
107
106
  - sample/snmp.conf.sample
108
107
  - test/helper.rb
109
108
  - test/plugin/test_in_ironio.rb
data/notes DELETED
@@ -1,15 +0,0 @@
1
- mkdir fluent-plugin-ironio
2
- cd fluent-plugin-ironio
3
- git init
4
- touch README
5
- git add README
6
- git commit -m 'first commit'
7
- git remote add origin git@gitlab.corp.intuit.net:ioc-tools/fluent-plugin-ironio.git
8
- git push -u origin master
9
-
10
- echo "# fluent-plugin-ironio" >> README.md
11
- git init
12
- git add README.md
13
- git commit -m "first commit"
14
- git remote add origin git@github.com:ctippur/fluent-plugin-ironio.git
15
- git push -u origin master