Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
PUP 4.10.1
-
None
-
Agent
-
0
-
Agent 2017-06-14, Agent 2017-06-28
-
Needs Assessment
-
Bug Fix
-
Updates the logcheck rule to match when the master compiles a catalog for a node in a given environment.
-
Manual
Description
Hi together,
it seems the problem described in https://projects.puppetlabs.com/issues/5405 , which sadly has been closed without any change to the sources, is still valid for 4.10.1.
In short, ext/logcheck/puppet should be changed like:
-^\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$
|
Debian downstream is still patching the package accordingly. Sadly, this patch did not make it upstream (i.e. "here").
Cheers, Oliver