Skip to content

Commit

Permalink
Update index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jun 6, 2024
1 parent ee565b2 commit b2026ce
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions plugins/clean/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def initConf():
content = ""

clog = [
"/var/spool/clientmqueue/*",
"/var/log/cron-*",
"/var/log/maillog-*",
"/var/log/secure-*",
Expand All @@ -86,16 +85,22 @@ def initConf():
"/var/log/messages.*",
"/var/log/debug.*",
"/var/log/syslog.*",
"/var/log/btmp.*",

"/var/log/dpkg.log.*",
"/var/log/alternatives.log.*",

"/var/log/user.log.*",
"/var/log/kern.log.*",
"/var/log/daemon.log.*",

"/var/log/audit/audit.log.*",
"/var/log/apt/*.gz",
"/var/log/apt/*.xz",
"/var/log/rhsm/rhsm.log-*",
"/var/log/rhsm/rhsmcertd.log-*",

"/var/spool/clientmqueue/*",
"/var/log/journal/*",
"/tmp/yum_save_*",
"/tmp/tmp.*",
]
Expand Down

0 comments on commit b2026ce

Please sign in to comment.