flapjack 0.6.42 → 0.6.43

Sign up to get free protection for your applications and to get access to all the features.
@@ -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-]+)(:(.+))?$/i
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
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  module Flapjack
4
- VERSION = "0.6.42"
4
+ VERSION = "0.6.43"
5
5
  end
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.42
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-07 00:00:00.000000000 Z
14
+ date: 2012-11-08 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: daemons