fantu
2010-02-27 87a11b4ea6757ca7411dc9771c63ce37f7d040fe
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";
@@ -150,6 +150,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);