summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-14 08:20:49 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-14 08:20:49 +0000
commitf3b0bca5c95f217c0b9dd2ffc621d2316d34abb4 (patch)
tree3b4bd9e2a616d12beaaa5abbdb3f416b411aefde /bin
parent5da2d4cfcf0b4be2bf846149f3b3819931eaf4b7 (diff)
Allow "must run xxx." - with no trailing whitespace
Diffstat (limited to 'bin')
-rwxr-xr-xbin/custodian-enqueue2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue
index 8c1cb71..c53adc4 100755
--- a/bin/custodian-enqueue
+++ b/bin/custodian-enqueue
@@ -284,7 +284,7 @@ class MonitorConfig
new_line = "#{pre} must run ping #{post}"
return( parse_line( new_line ) )
- elsif ( line =~ /\s+must\s+run\s+([^\s]+)\s+/i )
+ elsif ( line =~ /\s+must\s+run\s+([^\s]+)(\s+|\.)/i )
#
# Get the service we're testing, and remove any trailing "."