bluepill-nagios 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ # v0.0.2
2
+ * bug fix, prevent send_nsca from crashing bluepill on server timeout
3
+
4
+ # v0.0.1
5
+ * Initial release
@@ -49,7 +49,7 @@ module Bluepill
49
49
  nsca_connection = SendNsca::NscaConnection.new(args)
50
50
  nsca_connection.send_nsca
51
51
  logger.debug("nsca server notified") if logger
52
- rescue => e
52
+ rescue Exception => e
53
53
  logger.warning("failed to reach the nsca server: #{e}") if logger
54
54
  end
55
55
  end
@@ -1,5 +1,5 @@
1
1
  module Bluepill
2
2
  module Nagios
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bluepill-nagios
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Vincent Hellot
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-07-18 00:00:00 +02:00
18
+ date: 2012-07-20 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -114,6 +114,7 @@ extra_rdoc_files: []
114
114
  files:
115
115
  - .gitignore
116
116
  - .rbenv-version
117
+ - Changelog.md
117
118
  - Gemfile
118
119
  - LICENSE
119
120
  - README.md