From fb4c27e329659f7ebfb72855297549ac01a54f02 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Tue, 02 Dec 2008 03:12:36 -0500 Subject: [PATCH] The monitor now shows the date of the data (to determine how old they are) Fixed some bugs and improved the RAID - monitor Fixed the user count in the monitor The monitor now monitors the rkhunter - log too The monitor now deletes the old data AFTER writing the new one, so there are always data in the db --- interface/web/monitor/lib/module.conf.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/monitor/lib/module.conf.php b/interface/web/monitor/lib/module.conf.php index f89b70c..c39234f 100644 --- a/interface/web/monitor/lib/module.conf.php +++ b/interface/web/monitor/lib/module.conf.php @@ -133,13 +133,13 @@ 'target' => 'content', 'link' => 'monitor/show_log.php?log=log_clamav'); +$items[] = array( 'title' => "Show RKHunter-Log", + 'target' => 'content', + 'link' => 'monitor/show_data.php?type=rkhunter'); + $items[] = array( 'title' => "Show ISPConfig-Log", 'target' => 'content', 'link' => 'monitor/show_log.php?log=log_ispconfig'); - -//$items[] = array( 'title' => "Show RKHunter-Log", -// 'target' => 'content', -// 'link' => 'monitor/show_data.php?type=rkhunter'); $module["nav"][] = array( 'title' => 'Logfiles', 'open' => 1, -- Gitblit v1.9.1