From 6be2e0eb1e8fa4cbf54e6bacd36d5d39a4f3b4f4 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 13 Aug 2013 09:48:35 -0400
Subject: [PATCH] Fixed: FS#3089 - FTP User Options - ERROR You have no permission for this domain.
---
interface/web/monitor/lib/module.conf.php | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/interface/web/monitor/lib/module.conf.php b/interface/web/monitor/lib/module.conf.php
index 5983687..1d4e5e1 100644
--- a/interface/web/monitor/lib/module.conf.php
+++ b/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,
--
Gitblit v1.9.1