aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/postgresql.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/postgresql.php')
-rw-r--r--plugin/postgresql.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/postgresql.php b/plugin/postgresql.php
index 03e5cee..4c2a62f 100644
--- a/plugin/postgresql.php
+++ b/plugin/postgresql.php
@@ -4,7 +4,6 @@
4 4
5require_once 'conf/common.inc.php'; 5require_once 'conf/common.inc.php';
6require_once 'type/GenericStacked.class.php'; 6require_once 'type/GenericStacked.class.php';
7require_once 'inc/collectd.inc.php';
8 7
9## LAYOUT 8## LAYOUT
10# postgresql-X/pg_blks-heap_hit.rrd 9# postgresql-X/pg_blks-heap_hit.rrd
@@ -128,5 +127,4 @@ switch($obj->args['type']) {
128 break; 127 break;
129} 128}
130 129
131collectd_flush($obj->identifiers);
132$obj->rrd_graph(); 130$obj->rrd_graph();