moglia
2010-05-13 0110094b2d206e88dceb0cfe2bc4c85f2e826dda
interface/web/monitor/lib/module.conf.php
@@ -4,7 +4,7 @@
 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";
@@ -104,6 +104,9 @@
                  '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,
@@ -150,6 +153,10 @@
                  '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);