diff options
Diffstat (limited to 'ext/logcheck/puppet')
| -rw-r--r-- | ext/logcheck/puppet | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/logcheck/puppet b/ext/logcheck/puppet index 8b854dc48..449ec70f5 100644 --- a/ext/logcheck/puppet +++ b/ext/logcheck/puppet @@ -15,3 +15,8 @@ ^\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$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetd\[[0-9]+\]: Loading fact .*$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetd\[[0-9]+\]: Ignoring cache$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetd\[[0-9]+\]: Ignoring --listen on onetime run$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetd\[[0-9]+\]: Retrieving plugins$ + |
