aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/nginx.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/nginx.php')
-rw-r--r--plugin/nginx.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/nginx.php b/plugin/nginx.php
index 9d51a8e..d55a886 100644
--- a/plugin/nginx.php
+++ b/plugin/nginx.php
@@ -16,7 +16,7 @@ require_once 'inc/collectd.inc.php';
16# nginx/nginx_connections-writing.rrd 16# nginx/nginx_connections-writing.rrd
17# nginx/nginx_requests.rrd 17# nginx/nginx_requests.rrd
18 18
19$obj = new Type_Default($CONFIG); 19$obj = new Type_Default($CONFIG, $_GET);
20 20
21switch($obj->args['type']) 21switch($obj->args['type'])
22{ 22{