diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/tail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/tail.php b/plugin/tail.php index 3afcc2e..4e23174 100644 --- a/plugin/tail.php +++ b/plugin/tail.php | |||
@@ -7,7 +7,7 @@ require_once 'type/Default.class.php'; | |||
7 | require_once 'inc/collectd.inc.php'; | 7 | require_once 'inc/collectd.inc.php'; |
8 | 8 | ||
9 | 9 | ||
10 | $obj = new Type_Default($CONFIG); | 10 | $obj = new Type_Default($CONFIG, $_GET); |
11 | 11 | ||
12 | $obj->rrd_title = sprintf('tail: %s (%s)', $obj->args['pinstance'], $obj->args['type']); | 12 | $obj->rrd_title = sprintf('tail: %s (%s)', $obj->args['pinstance'], $obj->args['type']); |
13 | $obj->rrd_format = '%5.1lf%s'; | 13 | $obj->rrd_format = '%5.1lf%s'; |