Note1: Automatic deletion of a remediation plan can only occur if a plan is cancelled.
Note2: By default it is 1 year (365 days) after the plan is cancelled.
Configure automatic Remediation Plan deletion:
1. SSH to JetPatch Server
2. Stop Tomcat service
service tomcat stop
3. Edit the intigua.properties file :
vi /usr/share/tomcat/default/conf/intigua.properties
4. Add the following configuration
# JetPatch will delete Remediation Plans automatically X days after the cancellation time
# Default value is 365 days
pg.plan.delete.cancelled.after-days=365
5. Save file
6. Start tomcat
service tomcat start
Comments
0 comments
Please sign in to leave a comment.