vogelor
2010-05-17 8143c39240c5773cc2dfb30b4a8b19f59e4a8d1d
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);