From 679a112a2cd5259df608e090185b9b0fd482ad53 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 6 Jun 2024 18:56:09 +0800 Subject: [PATCH 01/10] Update index.py --- plugins/clean/index.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/clean/index.py b/plugins/clean/index.py index 5a04076f21..f2d55d26c3 100755 --- a/plugins/clean/index.py +++ b/plugins/clean/index.py @@ -82,6 +82,10 @@ def initConf(): "/var/log/yum.log-*", "/var/log/messages-*", "/var/log/btmp-*", + "/var/log/auth.*", + "/var/log/messages.*", + "/var/log/debug.*", + "/var/log/syslog.*", "/var/log/audit/audit.log.*", "/var/log/rhsm/rhsm.log-*", "/var/log/rhsm/rhsmcertd.log-*", From 6870dbf7114b28b16ac9f2f5197098dbd0ad997b Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 6 Jun 2024 19:18:44 +0800 Subject: [PATCH 02/10] update --- plugins/clean/index.html | 44 ++++++++++++++++++++++++++++++++++++++++ plugins/clean/index.py | 12 +++++++++++ 2 files changed, 56 insertions(+) diff --git a/plugins/clean/index.html b/plugins/clean/index.html index 7caea03235..db6bacdf34 100755 --- a/plugins/clean/index.html +++ b/plugins/clean/index.html @@ -3,6 +3,7 @@

服务

配置修改

+

常用功能

运行日志

说明

@@ -12,8 +13,51 @@