diff options
Diffstat (limited to 'plugin/postgresql.php')
-rw-r--r-- | plugin/postgresql.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/postgresql.php b/plugin/postgresql.php index 361322d..03e5cee 100644 --- a/plugin/postgresql.php +++ b/plugin/postgresql.php | |||
@@ -21,7 +21,7 @@ require_once 'inc/collectd.inc.php'; | |||
21 | # postgresql-X/pg_n_tup_c-ins.rrd | 21 | # postgresql-X/pg_n_tup_c-ins.rrd |
22 | # postgresql-X/pg_n_tup_c-upd.rrd | 22 | # postgresql-X/pg_n_tup_c-upd.rrd |
23 | 23 | ||
24 | $obj = new Type_GenericStacked($CONFIG); | 24 | $obj = new Type_GenericStacked($CONFIG, $_GET); |
25 | $obj->rrd_format = '%5.1lf%s'; | 25 | $obj->rrd_format = '%5.1lf%s'; |
26 | 26 | ||
27 | switch($obj->args['type']) { | 27 | switch($obj->args['type']) { |