aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/postgresql.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/postgresql.php')
-rw-r--r--plugin/postgresql.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/postgresql.php b/plugin/postgresql.php
index 596f590..9680a4f 100644
--- a/plugin/postgresql.php
+++ b/plugin/postgresql.php
@@ -38,8 +38,7 @@ switch($obj->args['type']) {
38 !empty($obj->args['pinstance']) ? $obj->args['pinstance'] : ''); 38 !empty($obj->args['pinstance']) ? $obj->args['pinstance'] : '');
39 $obj->rrd_vertical = 'Size'; 39 $obj->rrd_vertical = 'Size';
40 break; 40 break;
41 case 'pg_blks': 41 default:
42 case 'pg_n_tup_c':
43 $obj->rrd_title = sprintf('%s/%s', $obj->args['pinstance'], $obj->args['type']); 42 $obj->rrd_title = sprintf('%s/%s', $obj->args['pinstance'], $obj->args['type']);
44 $obj->rrd_vertical = 'Ops per second'; 43 $obj->rrd_vertical = 'Ops per second';
45 break; 44 break;