outpost 0.2.2 → 0.2.3
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/CHANGELOG.rdoc +4 -0
- data/lib/outpost/scout.rb +1 -1
- data/lib/outpost/version.rb +1 -1
- metadata +2 -2
data/CHANGELOG.rdoc
CHANGED
data/lib/outpost/scout.rb
CHANGED
|
@@ -148,7 +148,7 @@ module Outpost
|
|
|
148
148
|
#
|
|
149
149
|
# status is the status (:up, :down or :warning, for example) that will be returned
|
|
150
150
|
# in case the expectation match current system status.
|
|
151
|
-
if @config.reports.
|
|
151
|
+
if @config.reports && !@config.reports.empty?
|
|
152
152
|
@config.reports.each do |response_pair, status|
|
|
153
153
|
response_pair.each do |expectation, value|
|
|
154
154
|
if self.class.expectations[expectation].nil?
|
data/lib/outpost/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: outpost
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
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: 2011-06
|
|
12
|
+
date: 2011-08-06 00:00:00.000000000 -03:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: Simple service monitoring with a clean DSL for configuration.
|