| | |
| | | 'link' => 'monitor/show_data.php?type=disk_usage', |
| | | 'html_id' => 'disk_usage'); |
| | | |
| | | $items[] = array( 'title' => "Show MySQL Database size", |
| | | 'target' => 'content', |
| | | 'link' => 'monitor/show_data.php?type=database_size', |
| | | 'html_id' => 'database_usage'); |
| | | |
| | | $items[] = array( 'title' => "Show Memory usage", |
| | | 'target' => 'content', |
| | | 'link' => 'monitor/show_data.php?type=mem_usage', |
| | |
| | | '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', |
| | |
| | | $module["nav"][] = array( 'title' => 'Logfiles', |
| | | 'open' => 1, |
| | | 'items' => $items); |
| | | ?> |
| | | ?> |