dafiti-rabbit-hutch 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: 640bf9cf832a410190c915c04236144fa2d5456d7bd3c596025750d6c6a4cced
4
- data.tar.gz: ceddaedcab414fbc41b5a5c81c9c9877fd72df06401ac25bc736490dae668f42
3
+ metadata.gz: 8863c86135d11c76341df7066546a82b083fc6340b9902029685930e147fc1b7
4
+ data.tar.gz: cb2a74fe1e4985b4cfaf03469ecce702c23cfde516b244b9e79f0bd9723429fa
5
5
  SHA512:
6
- metadata.gz: 78dabee88a5c887cdd06321fa92d5cbf99a5855f927181a08eab0c5d8b8ffac199830864f987f36f960ec7a97785bb3b8e6fe7a5563b1590fc48c3b3027e74ca
7
- data.tar.gz: 28e38d17fa28889af77ed9b833271a52ad306d90c86baee06b80a63f9725c7747e62ef3ccd5371e98b24ac16621e340a241688b21562bdd8e9b2d7dd31ee8a21
6
+ metadata.gz: 7a47114d1194912152820544c35ad7fde64174fe74f059f0b83e5d6c423df270228eb27cad6fcf9a5f365cbef36c229ccd8be02dbe6b065d91c9809da3947251
7
+ data.tar.gz: 7fee1f9bc5f1274d881c57ef253e3a57788ff0416ad2d309595d56c9314407146a3b4bfb3b3a542d612b72b377e68f9ca6a0d1a147ef319de49594ef489e8c80
data/README.md CHANGED
@@ -1,2 +1 @@
1
- # rabbit-hutch
2
- RabbitMq Trace Logger - Listen to multiple RabbitMq instances and log them to a single location or MongoDb database.
1
+ test
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dafiti-rabbit-hutch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luiz Bartolomeu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-25 00:00:00.000000000 Z
11
+ date: 2021-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: amqp
@@ -244,47 +244,10 @@ extra_rdoc_files:
244
244
  - LICENSE.txt
245
245
  - README.md
246
246
  files:
247
- - ".gitignore"
248
- - Gemfile
249
- - Gemfile.lock
250
247
  - LICENSE.txt
251
248
  - README.md
252
249
  - bin/rabbithutch
253
250
  - bin/rabbithutchweb
254
- - config.yaml
255
- - configs/.config.yml.swp
256
- - configs/config.yaml
257
- - configs/config.yml
258
- - configs/config2.yaml
259
- - configs/config_old.yaml
260
- - configs/configtemplate.yaml
261
- - configs/webconfig.ru
262
- - dev_web.sh
263
- - lib/configurator.rb
264
- - lib/consumer.rb
265
- - lib/consumers/console_consumer.rb
266
- - lib/consumers/log4r_consumer.rb
267
- - lib/consumers/mongo_consumer.rb
268
- - lib/logger.rb
269
- - lib/rabbithutch.rb
270
- - lib/rabbithutchmgr.rb
271
- - lib/worker.rb
272
- - rabbithutch.gemspec
273
- - rabbithutchservice.rb
274
- - web/public/assets/css/bootstrap-responsive.css
275
- - web/public/assets/css/bootstrap-responsive.min.css
276
- - web/public/assets/css/bootstrap.css
277
- - web/public/assets/css/bootstrap.min.css
278
- - web/public/assets/css/main.css
279
- - web/public/assets/img/glyphicons-halflings-white.png
280
- - web/public/assets/img/glyphicons-halflings.png
281
- - web/public/assets/js/bootstrap.js
282
- - web/public/assets/js/bootstrap.min.js
283
- - web/rabbithutchweb.rb
284
- - web/views/index.haml
285
- - web/views/layout.haml
286
- - web/views/manageconfig.haml
287
- - web/views/rabbitmqsettings.haml
288
251
  homepage: https://rubygems.org/gems/example
289
252
  licenses:
290
253
  - MIT
data/.gitignore DELETED
@@ -1,56 +0,0 @@
1
- *.gem
2
- *.rbc
3
- /.config
4
- /coverage/
5
- /InstalledFiles
6
- /pkg/
7
- /spec/reports/
8
- /spec/examples.txt
9
- /test/tmp/
10
- /test/version_tmp/
11
- /tmp/
12
-
13
- # Used by dotenv library to load environment variables.
14
- # .env
15
-
16
- # Ignore Byebug command history file.
17
- .byebug_history
18
-
19
- ## Specific to RubyMotion:
20
- .dat*
21
- .repl_history
22
- build/
23
- *.bridgesupport
24
- build-iPhoneOS/
25
- build-iPhoneSimulator/
26
-
27
- ## Specific to RubyMotion (use of CocoaPods):
28
- #
29
- # We recommend against adding the Pods directory to your .gitignore. However
30
- # you should judge for yourself, the pros and cons are mentioned at:
31
- # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
32
- #
33
- # vendor/Pods/
34
-
35
- ## Documentation cache and generated files:
36
- /.yardoc/
37
- /_yardoc/
38
- /doc/
39
- /rdoc/
40
-
41
- ## Environment normalization:
42
- /.bundle/
43
- /vendor/bundle
44
- /lib/bundler/man/
45
-
46
- # for a library or gem, you might want to ignore these files since the code is
47
- # intended to run in multiple environments; otherwise, check them in:
48
- # Gemfile.lock
49
- # .ruby-version
50
- # .ruby-gemset
51
-
52
- # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
53
- .rvmrc
54
-
55
- # Used by RuboCop. Remote config files pulled in from inherit_from directive.
56
- # .rubocop-https?--*
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in hash-that-tree.gemspec
4
- gemspec
data/Gemfile.lock DELETED
@@ -1,68 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- rabbithutch (0.1.6)
5
- amqp
6
- bson_ext
7
- daemons
8
- eventmachine
9
- haml
10
- log4r
11
- logger
12
- mongo
13
- mongo_ext
14
- mq
15
- mustache
16
- shotgun
17
- sinatra
18
- thin
19
- thor
20
- yard
21
-
22
- GEM
23
- remote: https://rubygems.org/
24
- specs:
25
- amq-client (0.9.10)
26
- amq-protocol (>= 0.9.4)
27
- eventmachine
28
- amq-protocol (1.0.1)
29
- amqp (0.9.8)
30
- amq-client (~> 0.9.5)
31
- amq-protocol (>= 0.9.4)
32
- eventmachine
33
- bson (1.8.2)
34
- bson_ext (1.8.1)
35
- bson (~> 1.8.1)
36
- daemons (1.1.9)
37
- eventmachine (1.0.0)
38
- haml (3.1.7)
39
- log4r (1.1.10)
40
- logger (1.2.8)
41
- mongo (1.8.1)
42
- bson (~> 1.8.1)
43
- mongo_ext (0.19.3)
44
- mq (0.1.3)
45
- mustache (0.99.4)
46
- rack (1.4.4)
47
- rack-protection (1.3.2)
48
- rack
49
- shotgun (0.9)
50
- rack (>= 1.0)
51
- sinatra (1.3.3)
52
- rack (~> 1.3, >= 1.3.6)
53
- rack-protection (~> 1.2)
54
- tilt (~> 1.3, >= 1.3.3)
55
- thin (1.5.0)
56
- daemons (>= 1.0.9)
57
- eventmachine (>= 0.12.6)
58
- rack (>= 1.0.0)
59
- thor (0.16.0)
60
- tilt (1.3.3)
61
- yard (0.8.3)
62
-
63
- PLATFORMS
64
- ruby
65
- x86-mingw32
66
-
67
- DEPENDENCIES
68
- rabbithutch!
data/config.yaml DELETED
@@ -1,14 +0,0 @@
1
- ---
2
- application:
3
- exchangename: amq.rabbitmq.trace
4
- queuename: rabbithutch
5
- rabbitmq:
6
- hosts:
7
- - displayname: local1
8
- enabled: true
9
- hostname: localhost
10
- username: admin
11
- password: admin
12
- consumers_config:
13
- consumers:
14
- - name: console_consumer
Binary file
data/configs/config.yaml DELETED
@@ -1,17 +0,0 @@
1
- application:
2
- exchangename: amq.rabbitmq.trace
3
- queuename: amq.gen-YxeA_wZnR8TsrqlRPEwNNQ
4
-
5
- rabbitmq:
6
- hosts:
7
- - displayname: local1
8
- enabled: true
9
- hostname: localhost
10
- username: admin
11
- password: admin
12
-
13
-
14
- consumers_config:
15
- consumers:
16
- - name: console_consumer
17
-
data/configs/config.yml DELETED
@@ -1,17 +0,0 @@
1
- application:
2
- exchangename: amq.rabbitmq.trace
3
- queuename: amq.gen-YxeA_wZnR8TsrqlRPEwNNQ
4
-
5
- rabbitmq:
6
- hosts:
7
- - displayname: local1
8
- enabled: true
9
- hostname: localhost:15672
10
- username: admin
11
- password: admin
12
-
13
-
14
- consumers_config:
15
- consumers:
16
- - name: console_consumer
17
-
data/configs/config2.yaml DELETED
@@ -1,51 +0,0 @@
1
- ---
2
- application:
3
- exchangename: amq.rabbitmq.trace
4
- queuename: rabbithutch
5
- rabbitmq:
6
- hosts:
7
- - id: 1
8
- displayname: dev01dd
9
- enabled: 'on'
10
- hostname: 127.0.0.1dd
11
- username: admind
12
- password: admin
13
- - id: 2
14
- displayname: dev02e
15
- enabled:
16
- hostname: 127.0.0.23
17
- username: admin
18
- password:
19
- - id: 3
20
- displayname: QA
21
- enabled: false
22
- hostname: 127.0.0.3
23
- username: admin
24
- password: admin
25
- - id: 4
26
- displayname: STAGING
27
- enabled: false
28
- hostname: 127.0.0.4
29
- username: admin
30
- password: admin
31
- - id: '7'
32
- displayname: dev01dd
33
- enabled: 'on'
34
- hostname: ee
35
- username: eee
36
- password: eee
37
- consumers_config:
38
- consumers:
39
- - name: console_consumer
40
- enabled: true
41
- - name: mongo_consumer
42
- enabled: true
43
- hostname: 127.0.0.1
44
- username: admin
45
- password: admin
46
- database_prefix: rhutch_
47
- port: 27017
48
- - name: log4r_consumer
49
- enabled: true
50
- log_location: /tmp
51
- log_prefix: rhutch_
@@ -1,28 +0,0 @@
1
- application:
2
- exchangename: amq.rabbitmq.trace
3
- queuename: rabbithutch
4
-
5
- rabbitmq:
6
- hosts:
7
- - id: 1
8
- displayname: dev01
9
- enabled: true
10
- hostname: 127.0.0.1
11
- username: admin
12
- password: admin
13
-
14
- consumers_config:
15
- consumers:
16
- - name: console_consumer
17
- enabled: true
18
- - name: mongo_consumer
19
- enabled: true
20
- hostname: 127.0.0.1
21
- username: admin
22
- password: admin
23
- database_prefix: rhutch_
24
- port: 27017
25
- - name: log4r_consumer
26
- enabled: true
27
- log_location: /tmp
28
- log_prefix: rhutch_
@@ -1,32 +0,0 @@
1
- application:
2
- exchangename: amq.rabbitmq.trace
3
- queuename: rabbithutch
4
-
5
- rabbitmq:
6
- hosts:
7
- - displayname: localserver
8
- enabled: true
9
- hostname: 127.0.0.1
10
- username: admin
11
- password: admin
12
- - displayname: anotherserver
13
- enabled: false
14
- hostname: 127.0.0.2
15
- username: admin
16
- password: admin
17
-
18
- consumers_config:
19
- consumers:
20
- - name: console_consumer
21
- enabled: true
22
- - name: mongo_consumer
23
- enabled: true
24
- hostname: 127.0.0.1
25
- username: admin
26
- password: admin
27
- database_prefix: rhutch_
28
- port: 27017
29
- - name: log4r_consumer
30
- enabled: true
31
- log_location: /tmp
32
- log_prefix: rhutch_
data/configs/webconfig.ru DELETED
@@ -1,4 +0,0 @@
1
- require 'sinatra'
2
- require_relative "../web/rabbithutchweb"
3
-
4
- run Sinatra::Application
data/dev_web.sh DELETED
@@ -1 +0,0 @@
1
- shotgun ./web/rabbithutchweb.rb
data/lib/configurator.rb DELETED
@@ -1,38 +0,0 @@
1
- require 'yaml'
2
-
3
- module RabbitHutch
4
- class Configurator
5
-
6
- attr_accessor :config
7
-
8
- def initialize options
9
-
10
- file = options['config'] || (File.dirname(__FILE__) + '/../config.yaml')
11
-
12
- puts "Using config from #{file}"
13
-
14
- unless File.exists? file
15
- raise "Configuration file [#{file}] doesn't exist"
16
- end
17
- @config = YAML::load(File.open(file))
18
- end
19
-
20
- def application
21
- @config['application']
22
- end
23
-
24
- def log_config
25
- @config['log4r_config']
26
- end
27
-
28
- def consumers
29
- @config['consumers_config']["consumers"]
30
- end
31
-
32
- def rabbitmq_hosts
33
- @config['rabbitmq']['hosts']
34
- end
35
-
36
- end
37
- end
38
-
data/lib/consumer.rb DELETED
@@ -1,32 +0,0 @@
1
- require "rubygems"
2
- require_relative "configurator"
3
- require_relative "consumers/mongo_consumer"
4
-
5
- module RabbitHutch
6
- # Controls the consumers that are to be kicked off based on the config file
7
- class Consumer
8
- def initialize(consumers)
9
- @consumers = consumers
10
- end
11
-
12
- # Raised on receipt of a message from RabbitMq and uses the appropriate appender
13
- def handle_message(metadata, payload)
14
- # loop through appenders and fire each as required
15
- @consumers.each do |consumer|
16
- action = metadata.routing_key.split('.', 2).first
17
- if(action == "publish")
18
- exchange = metadata.attributes[:headers]["exchange_name"]
19
- queue = metadata.routing_key.split('.', 2).last
20
- item = {:date => Time.now,
21
- :exchange => exchange,
22
- :queue => queue,
23
- :routing_keys => metadata.attributes[:headers]["routing_keys"].inspect,
24
- :attributes => metadata.attributes.inspect,
25
- :payload => payload.inspect
26
- }
27
- consumer.log_event(item)
28
- end
29
- end
30
- end
31
- end
32
- end