heartbeat-client 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Procfile +1 -0
  2. data/VERSION +1 -1
  3. data/lib/heartbeat-client.rb +7 -6
  4. metadata +4 -3
@@ -0,0 +1 @@
1
+ worker: ./bin/hbc start
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -89,12 +89,13 @@ class Heartbeat
89
89
  }
90
90
  }
91
91
 
92
- puts procs.inspect
93
- puts load_avg.inspect
94
- puts cpu_usage.inspect
95
- puts processes.inspect
96
- puts memory.inspect
97
- puts disks.inspect
92
+ #puts procs.inspect
93
+ #puts load_avg.inspect
94
+ #puts cpu_usage.inspect
95
+ #puts processes.inspect
96
+ #puts memory.inspect
97
+ #puts disks.inspect
98
+ #puts swap.inspect
98
99
 
99
100
  Heartbeat.post('/heartbeat', options)
100
101
  else
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heartbeat-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Oliver Kiessler
@@ -189,6 +189,7 @@ files:
189
189
  - Gemfile
190
190
  - Gemfile.lock
191
191
  - LICENSE.txt
192
+ - Procfile
192
193
  - README.rdoc
193
194
  - Rakefile
194
195
  - VERSION