From bfbabf3b78aa9d52a0046e2f2f630e8006817a3a Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 07 Dec 2008 10:53:11 -0500
Subject: [PATCH] monitor module writes the monitoring data now to the master server instead of the local server.

---
 interface/web/monitor/lib/module.conf.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/interface/web/monitor/lib/module.conf.php b/interface/web/monitor/lib/module.conf.php
index b836627..c39234f 100644
--- a/interface/web/monitor/lib/module.conf.php
+++ b/interface/web/monitor/lib/module.conf.php
@@ -121,7 +121,7 @@
                   'target' 	=> 'content',
                   'link'	=> 'monitor/show_log.php?log=log_mail_err');
 
-$items[] = array( 'title' 	=> "Show Messages-Log",
+$items[] = array( 'title' 	=> "Show System-Log",
                   'target' 	=> 'content',
                   'link'	=> 'monitor/show_log.php?log=log_messages');
 
@@ -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