senedsa 0.2.8 → 0.2.9
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/lib/senedsa/send_nsca.rb +1 -1
- data/lib/senedsa/version.rb +1 -1
- metadata +2 -2
data/lib/senedsa/send_nsca.rb
CHANGED
|
@@ -105,7 +105,7 @@ module Senedsa
|
|
|
105
105
|
else
|
|
106
106
|
raise ArgumentError, "wrong number of arguments"
|
|
107
107
|
end
|
|
108
|
-
|
|
108
|
+
SendNsca.defaults.each_key do |option|
|
|
109
109
|
next if [:send_nsca_config, :svc_status, :svc_output].include? option
|
|
110
110
|
raise ArgumentError, "missing send_nsca option #{option}" if @options[option].nil?
|
|
111
111
|
end
|
data/lib/senedsa/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: senedsa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.9
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-07-
|
|
12
|
+
date: 2012-07-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Senedsa is a small utility and library wrapper for the Nagios send_nsca.
|
|
15
15
|
email: gerir@evernote.com
|