fantu
2008-12-11 9725a2759a98cf574507e10f2b405cee8b5a26f9
interface/web/monitor/lib/module.conf.php
@@ -23,6 +23,7 @@
 We need all the available servers on the left navigation.
 So fetch them from the database and add then to the navigation as dropdown-list
*/
$servers = $app->db->queryAllRecords("SELECT server_id, server_name FROM server order by server_name");
$dropDown = "<select id='server_id' onchange=\"loadContent('monitor/show_sys_state.php?state=server&server=' + document.getElementById('server_id').value);\">";
@@ -133,13 +134,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,