fluent-plugin-juniper-telemetry_tech-mocha 0.4.0

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.
metadata ADDED
@@ -0,0 +1,109 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fluent-plugin-juniper-telemetry_tech-mocha
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.0
5
+ platform: ruby
6
+ authors:
7
+ - Tech Mocha
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-11-23 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: fluentd
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '>='
18
+ - !ruby/object:Gem::Version
19
+ version: 0.12.29
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '>='
25
+ - !ruby/object:Gem::Version
26
+ version: 0.12.29
27
+ - !ruby/object:Gem::Dependency
28
+ name: protobuf
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ description: 'Input plugin for Fluentd for Juniper devices telemetry data streaming
56
+ : Jvision / analyticsd etc ..'
57
+ email:
58
+ - jag@openeye.ca
59
+ executables: []
60
+ extensions: []
61
+ extra_rdoc_files: []
62
+ files:
63
+ - lib/cpu_memory_utilization.pb.rb
64
+ - lib/fabric.pb.rb
65
+ - lib/firewall.pb.rb
66
+ - lib/fluent/plugin/parser_juniper_analyticsd.rb
67
+ - lib/fluent/plugin/parser_juniper_jti.rb
68
+ - lib/fluent/plugin/parser_juniper_na.rb
69
+ - lib/google/protobuf/descriptor.pb.rb
70
+ - lib/inline_jflow.pb.rb
71
+ - lib/juniper_telemetry_lib.rb
72
+ - lib/logical_port.pb.rb
73
+ - lib/lsp_mon.pb.rb
74
+ - lib/lsp_stats.pb.rb
75
+ - lib/npu_memory_utilization.pb.rb
76
+ - lib/npu_utilization.pb.rb
77
+ - lib/optics.pb.rb
78
+ - lib/packet_stats.pb.rb
79
+ - lib/pbj.pb.rb
80
+ - lib/port.pb.rb
81
+ - lib/port_exp.pb.rb
82
+ - lib/qmon.pb.rb
83
+ - lib/telemetry_top.pb.rb
84
+ homepage: https://github.com/tech-mocha/fluentd-plugin-juniper-telemetry
85
+ licenses:
86
+ - Apache 2.0
87
+ metadata: {}
88
+ post_install_message:
89
+ rdoc_options: []
90
+ require_paths:
91
+ - lib
92
+ required_ruby_version: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - '>='
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ required_rubygems_version: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - '>='
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ requirements: []
103
+ rubyforge_project:
104
+ rubygems_version: 2.7.2
105
+ signing_key:
106
+ specification_version: 4
107
+ summary: 'Input plugin for Fluentd for Juniper devices telemetry data streaming :
108
+ Jvision / analyticsd etc ..'
109
+ test_files: []