Bug #5405
puppet-master logcheck rule needs adjustment
| Status: | In Topic Branch Pending Review | Start date: | 11/29/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | ext | |||
| Target version: | 2.7.x | |||
| Affected Puppet version: | 2.6.0 | Branch: | ||
| Keywords: | logcheck, puppet-master, environment | |||
| Votes: | 0 |
Description
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:
-^\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$
History
Updated by James Turnbull over 1 year ago
- Status changed from Unreviewed to In Topic Branch Pending Review
- Target version set to 2.7.x