Issue #5405 has been updated by James Turnbull. Status changed from Unreviewed to Ready for Testing Target version set to Statler
---------------------------------------- Bug #5405: puppet-master logcheck rule needs adjustment https://projects.puppetlabs.com/issues/5405 Author: micah - Status: Ready for Testing Priority: Normal Assignee: Category: ext Target version: Statler Affected Puppet version: 2.6.0 Keywords: logcheck, puppet-master, environment Branch: The logcheck update for 2.6 that was done in #4706 didn't catch the fact that there was a change in the puppet-master log for catalog compilations, namely the environment was added, please change the ext/logcheck/puppet as follows: <pre> -^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppet-master\[[0-9]+\]: Compiled catalog for [._[:alnum:]-]+ in [.0-9]+ seconds$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppet-master\[[0-9]+\]: Compiled catalog for [._[:alnum:]-]+ in environment [._[:alnum:]-]+ in [.[:digit:]]+ seconds$ </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
