| | |
| | | 'target' => 'content', |
| | | 'link' => 'monitor/show_sys_state.php?state=system'); |
| | | |
| | | $items[] = array( 'title' => "Show System-Log", |
| | | 'target' => 'content', |
| | | 'link' => 'monitor/log_list.php'); |
| | | |
| | | $items[] = array( 'title' => 'Show Jobqueue', |
| | | 'target' => 'content', |
| | | 'link' => 'monitor/datalog_list.php'); |
| | | |
| | | $module["nav"][] = array( 'title' => 'System State (All Servers)', |
| | | 'open' => 1, |
| | | 'items' => $items); |
| | |
| | | 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);\">"; |
| | |
| | | 'target' => 'content', |
| | | 'link' => 'monitor/show_log.php?log=log_messages'); |
| | | |
| | | $items[] = array( 'title' => "Show ISPC Cron-Log", |
| | | 'target' => 'content', |
| | | 'link' => 'monitor/show_log.php?log=log_ispc_cron'); |
| | | |
| | | $items[] = array( 'title' => "Show Freshclam-Log", |
| | | 'target' => 'content', |
| | | 'link' => 'monitor/show_log.php?log=log_freshclam'); |
| | |
| | | 'target' => 'content', |
| | | 'link' => 'monitor/show_data.php?type=rkhunter'); |
| | | |
| | | $items[] = array( 'title' => "Show ISPConfig-Log", |
| | | $items[] = array( 'title' => "Show fail2ban-Log", |
| | | 'target' => 'content', |
| | | 'link' => 'monitor/show_log.php?log=log_ispconfig'); |
| | | 'link' => 'monitor/show_data.php?type=fail2ban'); |
| | | |
| | | $module["nav"][] = array( 'title' => 'Logfiles', |
| | | 'open' => 1, |