summaryrefslogtreecommitdiffstats
path: root/ext/logcheck
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-01-01 13:08:22 +1100
committerJames Turnbull <james@lovedthanlost.net>2008-01-01 13:08:22 +1100
commit1154c42d4a573c5889e0f991ec2096ea78c4e987 (patch)
tree9ab6913adaa2560a4e098e8fb60cfc1e6e10b933 /ext/logcheck
parent4e8bc40ad7a9c128e778dbafda6dadbade215c94 (diff)
downloadpuppet-1154c42d4a573c5889e0f991ec2096ea78c4e987.tar.gz
puppet-1154c42d4a573c5889e0f991ec2096ea78c4e987.tar.xz
puppet-1154c42d4a573c5889e0f991ec2096ea78c4e987.zip
Fixed ticket #978 - logcheck/puppet
Diffstat (limited to 'ext/logcheck')
-rw-r--r--ext/logcheck/puppet2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/logcheck/puppet b/ext/logcheck/puppet
index ab617e754..8b854dc48 100644
--- a/ext/logcheck/puppet
+++ b/ext/logcheck/puppet
@@ -13,3 +13,5 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetd\[[0-9]+\]: Caught (TERM|INT); shutting down$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetd\[[0-9]+\]: Shutting down$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetd\[[0-9]+\]: Restarting with .*$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetd\[[0-9]+\]: Starting catalog run$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetd\[[0-9]+\]: Finished catalog run in [.0-9]+ seconds$