Marius Burkard
2016-04-26 5152e9a75e6e0ed4dc26358e4e608ce684147b32
interface/web/monitor/show_data.php
@@ -138,6 +138,7 @@
   $description = '';
   $add_padding = true;
   break;
/*
case 'mongodb':
   $template = 'templates/show_data.htm';
   $output .= $app->tools_monitor->showMongoDB();
@@ -145,6 +146,7 @@
   $title = $app->lng("monitor_title_mongodb_txt") . ' (' . $monTransSrv . ' : ' . $_SESSION['monitor']['server_name'] . ')';
   $description = '';
   break;
*/
case 'iptables':
   $template = 'templates/show_data.htm';
   $output .= $app->tools_monitor->showIPTables();