heartbeat-client 0.2.3 → 0.2.4
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.
- data/Procfile +1 -0
- data/VERSION +1 -1
- data/lib/heartbeat-client.rb +7 -6
- metadata +4 -3
data/Procfile
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
worker: ./bin/hbc start
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.4
|
data/lib/heartbeat-client.rb
CHANGED
|
@@ -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:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
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
|