tbrehm
2013-08-23 7334d4dcbe65e40236e179716a4dbed75c96816c
interface/web/monitor/lib/module.conf.php
@@ -190,6 +190,11 @@
                  'link'   => 'monitor/show_data.php?type=fail2ban',
                  'html_id' => 'fai2ban');
$items[] = array( 'title'    => "Show MongoDB-Log",
                  'target'    => 'content',
                  'link'   => 'monitor/show_data.php?type=mongodb',
                  'html_id' => 'mongodb');
$items[] = array( 'title'    => "Show IPTables",
                  'target'    => 'content',
                  'link'   => 'monitor/show_data.php?type=iptables',
@@ -198,4 +203,4 @@
$module["nav"][] = array(   'title'   => 'Logfiles',
                            'open'    => 1,
                            'items'   => $items);
?>
?>