tbrehm
2013-08-21 7b47c0aa0aeee6f059f00008e36cc210ca89ecb9
interface/web/monitor/lib/module.conf.php
@@ -115,11 +115,21 @@
                  'target'    => 'content',
                  'link'   => 'monitor/show_data.php?type=services',
                  'html_id' => 'services');
$items[] = array( 'title'    => "Show Monit",
                  'target'    => 'content',
                  'link'   => 'monitor/show_monit.php',
                  'html_id' => 'monit');
$items[] = array( 'title'    => "Show OpenVz VE BeanCounter",
                  'target'    => 'content',
                  'link'   => 'monitor/show_data.php?type=openvz_beancounter',
                  'html_id' => 'openvz_beancounter');
$items[] = array( 'title'    => "Show Munin",
                  'target'    => 'content',
                  'link'   => 'monitor/show_munin.php',
                  'html_id' => 'monit');
$module["nav"][] = array(   'title'   => 'Server State',
                            'open'    => 1,
@@ -180,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',
@@ -188,4 +203,4 @@
$module["nav"][] = array(   'title'   => 'Logfiles',
                            'open'    => 1,
                            'items'   => $items);
?>
?>