| | |
| | | Config of the Module |
| | | */ |
| | | $module["name"] = "monitor"; |
| | | $module["title"] = "Monitor"; |
| | | $module["title"] = "top_menu_monitor"; |
| | | $module["template"] = "module.tpl.htm"; |
| | | $module["tab_width"] = ''; |
| | | $module["startpage"] = "monitor/show_sys_state.php?state=system"; |
| | |
| | | 'target' => 'content', |
| | | 'link' => 'monitor/show_data.php?type=services'); |
| | | |
| | | $items[] = array( 'title' => "Show OpenVz VE BeanCounter", |
| | | 'target' => 'content', |
| | | 'link' => 'monitor/show_data.php?type=openvz_beancounter'); |
| | | |
| | | $module["nav"][] = array( 'title' => 'Server State', |
| | | 'open' => 1, |
| | |
| | | '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 fail2ban-Log", |
| | | 'target' => 'content', |
| | | 'link' => 'monitor/show_data.php?type=fail2ban'); |
| | | |
| | | $module["nav"][] = array( 'title' => 'Logfiles', |
| | | 'open' => 1, |
| | | 'items' => $items); |