flapjack 0.6.42 → 0.6.43
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/flapjack/jabber.rb +1 -1
- data/lib/flapjack/version.rb +1 -1
- metadata +2 -2
data/lib/flapjack/jabber.rb
CHANGED
|
@@ -177,7 +177,7 @@ module Flapjack
|
|
|
177
177
|
msg += "System CPU Time: #{t.stime}\n"
|
|
178
178
|
msg += `uname -a`.chomp + "\n"
|
|
179
179
|
|
|
180
|
-
when command =~ /^test notifications for\s+([a-z0-9
|
|
180
|
+
when command =~ /^test notifications for\s+([a-z0-9\-\.]+)(:(.+))?$/i
|
|
181
181
|
entity_name = $1
|
|
182
182
|
check_name = $3 ? $3 : 'test'
|
|
183
183
|
|
data/lib/flapjack/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flapjack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.43
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2012-11-
|
|
14
|
+
date: 2012-11-08 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: daemons
|