From 2c5c2a62e10d5aadef9908b03908dffe9c26e2ad Mon Sep 17 00:00:00 2001 From: Ɓukasz Kostka Date: Fri, 15 Aug 2014 00:13:54 +0200 Subject: move " on " suffix in graph title to JSON Closes #101 --- plugin/postgresql.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'plugin/postgresql.json') diff --git a/plugin/postgresql.json b/plugin/postgresql.json index 4e0181d..c7d55c1 100644 --- a/plugin/postgresql.json +++ b/plugin/postgresql.json @@ -1,6 +1,6 @@ { "pg_blks": { - "title": "PostgreSQL Disk I/O ({{PI}})", + "title": "PostgreSQL Disk I/O ({{PI}}) on {{HOST}}", "vertical": "Blocks", "type": "stacked", "legend": { @@ -32,7 +32,7 @@ "legend_format": "%5.1lf%s" }, "pg_db_size": { - "title": "PostgreSQL DB size ({{PI}})", + "title": "PostgreSQL DB size ({{PI}}) on {{HOST}}", "vertical": "Bytes", "type": "stacked", "legend": { @@ -44,7 +44,7 @@ "legend_format": "%5.1lf%s" }, "pg_n_tup_c": { - "title": "PostgreSQL Row actions ({{PI}})", + "title": "PostgreSQL Row actions ({{PI}}) on {{HOST}}", "vertical": "Rows", "type": "stacked", "legend": { @@ -68,7 +68,7 @@ "legend_format": "%5.1lf%s" }, "pg_n_tup_g": { - "title": "PostgreSQL Table states ({{PI}})", + "title": "PostgreSQL Table states ({{PI}}) on {{HOST}}", "vertical": "Rows", "type": "stacked", "legend": { @@ -84,7 +84,7 @@ "legend_format": "%5.1lf%s" }, "pg_numbackends": { - "title": "PostgreSQL Backends ({{PI}})", + "title": "PostgreSQL Backends ({{PI}}) on {{HOST}}", "vertical": "Backends", "type": "stacked", "legend": { @@ -96,7 +96,7 @@ "legend_format": "%5.1lf%s" }, "pg_scan": { - "title": "PostgreSQL Scans ({{PI}})", + "title": "PostgreSQL Scans ({{PI}}) on {{HOST}}", "vertical": "Scans / Rows", "type": "stacked", "legend": { @@ -116,7 +116,7 @@ "legend_format": "%5.1lf%s" }, "pg_xact": { - "title": "PostgreSQL Transactions ({{PI}})", + "title": "PostgreSQL Transactions ({{PI}}) on {{HOST}}", "vertical": "Transactions", "type": "stacked", "legend": { -- cgit v1.1