bosh-monitor 1.2657.0 → 1.2669.0

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: d975698c9809b696fa24aa3278e1c57124ce36e4
4
- data.tar.gz: 9f62ce530b5eb7a36e3a4e9573d9d2ddca86e6b4
3
+ metadata.gz: e409d2ddd97cabd66a88b7991b890d8b1d5f620d
4
+ data.tar.gz: d7abdc570905ea2316150d5c80dd444a05196dbc
5
5
  SHA512:
6
- metadata.gz: 39c812013ffd1852c6979db2f9587f476ebc9dfe69c8d03a175701c1afc3395f3b513950707ef8ebd15dd6d1e06b97f153966f4f1c63ea4f6390ac7000bd8f89
7
- data.tar.gz: b76624cf81af22fddc2cfbcf877653c3c011850ecae3ea384e7522c2844a961008a05de4221b6960d6598c8081f7c11cd56b3b07d9f21ce9f98771f7638c53d4
6
+ metadata.gz: c5816622e9fc1d79a89b4687e6e3ffb563928d727a19fdc7a71c8660d71296637c1879fb5293226844ec3f5336bf5ad2af7aff5f8c7fd2370b1abe998bbea12e
7
+ data.tar.gz: f799a9cf4224e5df0d880afeb1d3874e1b9d76f6d86caea9f6c9d28e4ec6b41e291b901b6bf74794577624575566bf552d2795799ea3b765610a9b29f45b7488
data/bin/bosh-monitor CHANGED
@@ -22,7 +22,6 @@ runner = Bosh::Monitor::Runner.new(config_file)
22
22
 
23
23
  Signal.trap("INT") do
24
24
  runner.stop
25
- exit(1)
26
25
  end
27
26
 
28
27
  runner.run
@@ -34,12 +34,9 @@ module Bosh::Monitor
34
34
  end
35
35
  end
36
36
 
37
- def stop(soft=false)
37
+ def stop
38
38
  @logger.info("HealthMonitor shutting down...")
39
39
  @http_server.stop! if @http_server
40
- EM.stop
41
- sleep(0.1) until !EM.reactor_running? # EM.stop is not blocking with EM 1.0
42
- exit(0) unless soft
43
40
  end
44
41
 
45
42
  def setup_timers
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Monitor
3
- VERSION = '1.2657.0'
3
+ VERSION = '1.2669.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh-monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2657.0
4
+ version: 1.2669.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - VMware
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-24 00:00:00.000000000 Z
11
+ date: 2014-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eventmachine
@@ -138,7 +138,7 @@ dependencies:
138
138
  version: 1.6.0
139
139
  description: |-
140
140
  BOSH Health Monitor
141
- a6c527
141
+ bf0b96
142
142
  email: support@cloudfoundry.com
143
143
  executables:
144
144
  - bosh-monitor-console