met_on_the_middle 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e57a849172420e708be4f89acaf2722b6e41aa6f
4
- data.tar.gz: b90079be8aae22ba88cfe564e66a8a2466eeeb3b
3
+ metadata.gz: 524b98137e9f826906ea670e4289795c2c28b034
4
+ data.tar.gz: e14899548d7086cfdbcf05ba530987682128c1e0
5
5
  SHA512:
6
- metadata.gz: 129067d4d81f42928fa08028a7f2bf5331291bb0bf64365c8d7587e42326421b32bc66f870f2641d19c41b9d0e4579c3d364b9207d7bb19c4f2b229699b637b1
7
- data.tar.gz: f4564a9a5308193f305efce34e341ed62a6d10de580b1814f109bcded89c814d89f4abe6f50ef447c7dbbbdfbf0e21e42114ada35d13ed08cdb40f447d53c19d
6
+ metadata.gz: 8b796ee33899e8bf919e5da89025081b2c8edb95be9e724623ff705b40f70fc021252d2190659cedd6eebf2092af93110b8c242d15ab11d19d8a5c5f2518b0f4
7
+ data.tar.gz: f9c5f010055d90eff9b56a00f74ee6f36597f479b9952b674ef7c533af6a2898b895fdb2e7fb9e2c1457fddf7a44d7582203cdcf2a4d419f07f9ea204cf5da62
data/.gitignore CHANGED
@@ -10,3 +10,5 @@
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
12
  *.gem
13
+
14
+ .idea
data/README.md CHANGED
@@ -1,14 +1,16 @@
1
1
  # MetOnTheMiddle
2
2
 
3
- Gemma per l'estrapolazione di dati da inviare poi a vari
4
- sistemi di analisi
3
+ [![Gem Version](https://badge.fury.io/rb/met_on_the_middle.png)](https://badge.fury.io/rb/met_on_the_middle)
4
+
5
+ Gemma per l'estrapolazione di dati da inviare poi a sistemi di analisi terzi.
6
+ Nel nostro caso specifico è stato utilizzato il sistema di monitoraggio [Zabbix](http://www.zabbix.com/)
5
7
 
6
8
  ## Installation
7
9
 
8
10
  Add this line to your application's Gemfile:
9
11
 
10
12
  ```ruby
11
- gem 'met_on_the_middle', source: 'http://XXXXXX:XXXXXX@gem.archimedianet.it'
13
+ gem 'met_on_the_middle'
12
14
  ```
13
15
 
14
16
  And then execute:
@@ -21,7 +23,7 @@ Installare l'inizializzatore con le varie opzioni dell'applicativo
21
23
 
22
24
 
23
25
 
24
- ## Usage
26
+ ## Usage with Zabbix
25
27
 
26
28
  Per implementare nuove metriche:
27
29
 
@@ -41,12 +43,6 @@ Ricordardarsi di aggiungere la classe corretta nell'array dei readers nella
41
43
  configurazione dell'inizializer
42
44
 
43
45
 
44
- Aggiungere quindi su zabbix all'host interessato il Template Rails preparato.
46
+ Aggiungere quindi su Zabbix all'host interessato il Template Rails preparato.
45
47
  Ho estraolato anche il template e posizionato in doc/zbx_export_templates.xml
46
48
 
47
- ## Development
48
-
49
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
50
-
51
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
52
-
@@ -1,3 +1,3 @@
1
1
  module MetOnTheMiddle
2
- VERSION = '0.1.6'
2
+ VERSION = '0.1.7'
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = 'Metric on the middle'
13
13
  spec.description = 'Little app to send configurable datas to various destinations'
14
- spec.homepage = "http://www.archimedianet.it"
14
+ spec.homepage = "https://github.com/ArchimediaZerogroup/MetOnTheMiddle"
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
17
  # to allow pushing to a single host or delete this section to allow pushing to any host.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: met_on_the_middle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - MarinoBonetti
@@ -115,7 +115,7 @@ files:
115
115
  - lib/met_on_the_middle/version.rb
116
116
  - lib/met_on_the_middle/worker.rb
117
117
  - met_on_the_middle.gemspec
118
- homepage: http://www.archimedianet.it
118
+ homepage: https://github.com/ArchimediaZerogroup/MetOnTheMiddle
119
119
  licenses: []
120
120
  metadata:
121
121
  allowed_push_host: https://rubygems.org