User story #3073
closedUser story #2988: Log agent's report about failure in a dedicated logfile
User story #3024: [Integration] Log agent's report about failure in a dedicated logfile
add logrotate configuration for "non compliant reports" logfile
Description
The new log file about "non compliant reports" need to have a logrotate configuration given by rudder.
we have to add in techniques/system/distributePolicy/1.0/logrotate.debian.st
/var/log/rudder/compliance/non-compliant-reports.log { daily missingok rotate 30 compress notifempty create 640 root adm }
and the same for suse :
/var/log/rudder/compliance/non-compliant-reports.log { daily missingok rotate 30 compress notifempty create 640 root root }
pull request : https://github.com/Normation/rudder-techniques/pull/14
Updated by Vincent MEMBRÉ almost 12 years ago
- Description updated (diff)
I made a pull request for this : https://github.com/Normation/rudder-techniques/pull/14
Updated by Vincent MEMBRÉ almost 12 years ago
- Status changed from New to Pending technical review
Updated by Vincent MEMBRÉ almost 12 years ago
- Assignee changed from Vincent MEMBRÉ to Jonathan CLARKE
Updated by Jonathan CLARKE almost 12 years ago
- Assignee changed from Jonathan CLARKE to Vincent MEMBRÉ
Some updates to be done, Vincent, see PR.
Updated by Vincent MEMBRÉ almost 12 years ago
- Assignee changed from Vincent MEMBRÉ to Jonathan CLARKE
Following your comments, I commited the change on the pull request.
If you are ok with the changes, i'll rebase everything in one commit
Updated by Jonathan CLARKE almost 12 years ago
- Status changed from Pending technical review to 12
All clear and ready to merge!
Updated by Nicolas CHARLES almost 12 years ago
- Status changed from 12 to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:f79442ca54b3764e900d7fd7093a45747472a550.
Updated by Matthieu CERDA almost 12 years ago
- Status changed from Pending release to Released
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from 6 to User story