tbrehm
2009-10-28 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb
interface/web/monitor/lib/module.conf.php
@@ -134,6 +134,10 @@
                  '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');
@@ -146,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);