aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/varnish.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/varnish.php')
-rw-r--r--plugin/varnish.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/varnish.php b/plugin/varnish.php
index 78d33bd..6b199b7 100644
--- a/plugin/varnish.php
+++ b/plugin/varnish.php
@@ -22,7 +22,7 @@ require_once 'inc/collectd.inc.php';
22#varnish-default-connections/connections-dropped.rrd 22#varnish-default-connections/connections-dropped.rrd
23#varnish-default-connections/connections-received.rrd 23#varnish-default-connections/connections-received.rrd
24 24
25$obj = new Type_Default($CONFIG); 25$obj = new Type_Default($CONFIG, $_GET);
26$obj->rrd_format = '%5.1lf%s'; 26$obj->rrd_format = '%5.1lf%s';
27$obj->rrd_title = sprintf('%s (%s)', ucfirst($obj->args['pinstance']), $obj->args['category']); 27$obj->rrd_title = sprintf('%s (%s)', ucfirst($obj->args['pinstance']), $obj->args['category']);
28$obj->rrd_vertical = 'hits'; 28$obj->rrd_vertical = 'hits';