aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/postgresql.json
diff options
context:
space:
mode:
authorƁukasz Kostka2014-08-15 00:13:54 +0200
committerPim van den Berg2014-08-25 23:32:22 +0200
commit2c5c2a62e10d5aadef9908b03908dffe9c26e2ad (patch)
tree78c8e11f470b0f71cc088d151292d72aa62e1f72 /plugin/postgresql.json
parentfix rrd_escape() not escaping colons (diff)
downloadapt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.zip
apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.gz
apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.bz2
apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.xz
move " on <HOSTNAME>" suffix in graph title to JSON
Closes #101
Diffstat (limited to 'plugin/postgresql.json')
-rw-r--r--plugin/postgresql.json14
1 files changed, 7 insertions, 7 deletions
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 @@
1{ 1{
2 "pg_blks": { 2 "pg_blks": {
3 "title": "PostgreSQL Disk I/O ({{PI}})", 3 "title": "PostgreSQL Disk I/O ({{PI}}) on {{HOST}}",
4 "vertical": "Blocks", 4 "vertical": "Blocks",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
@@ -32,7 +32,7 @@
32 "legend_format": "%5.1lf%s" 32 "legend_format": "%5.1lf%s"
33 }, 33 },
34 "pg_db_size": { 34 "pg_db_size": {
35 "title": "PostgreSQL DB size ({{PI}})", 35 "title": "PostgreSQL DB size ({{PI}}) on {{HOST}}",
36 "vertical": "Bytes", 36 "vertical": "Bytes",
37 "type": "stacked", 37 "type": "stacked",
38 "legend": { 38 "legend": {
@@ -44,7 +44,7 @@
44 "legend_format": "%5.1lf%s" 44 "legend_format": "%5.1lf%s"
45 }, 45 },
46 "pg_n_tup_c": { 46 "pg_n_tup_c": {
47 "title": "PostgreSQL Row actions ({{PI}})", 47 "title": "PostgreSQL Row actions ({{PI}}) on {{HOST}}",
48 "vertical": "Rows", 48 "vertical": "Rows",
49 "type": "stacked", 49 "type": "stacked",
50 "legend": { 50 "legend": {
@@ -68,7 +68,7 @@
68 "legend_format": "%5.1lf%s" 68 "legend_format": "%5.1lf%s"
69 }, 69 },
70 "pg_n_tup_g": { 70 "pg_n_tup_g": {
71 "title": "PostgreSQL Table states ({{PI}})", 71 "title": "PostgreSQL Table states ({{PI}}) on {{HOST}}",
72 "vertical": "Rows", 72 "vertical": "Rows",
73 "type": "stacked", 73 "type": "stacked",
74 "legend": { 74 "legend": {
@@ -84,7 +84,7 @@
84 "legend_format": "%5.1lf%s" 84 "legend_format": "%5.1lf%s"
85 }, 85 },
86 "pg_numbackends": { 86 "pg_numbackends": {
87 "title": "PostgreSQL Backends ({{PI}})", 87 "title": "PostgreSQL Backends ({{PI}}) on {{HOST}}",
88 "vertical": "Backends", 88 "vertical": "Backends",
89 "type": "stacked", 89 "type": "stacked",
90 "legend": { 90 "legend": {
@@ -96,7 +96,7 @@
96 "legend_format": "%5.1lf%s" 96 "legend_format": "%5.1lf%s"
97 }, 97 },
98 "pg_scan": { 98 "pg_scan": {
99 "title": "PostgreSQL Scans ({{PI}})", 99 "title": "PostgreSQL Scans ({{PI}}) on {{HOST}}",
100 "vertical": "Scans / Rows", 100 "vertical": "Scans / Rows",
101 "type": "stacked", 101 "type": "stacked",
102 "legend": { 102 "legend": {
@@ -116,7 +116,7 @@
116 "legend_format": "%5.1lf%s" 116 "legend_format": "%5.1lf%s"
117 }, 117 },
118 "pg_xact": { 118 "pg_xact": {
119 "title": "PostgreSQL Transactions ({{PI}})", 119 "title": "PostgreSQL Transactions ({{PI}}) on {{HOST}}",
120 "vertical": "Transactions", 120 "vertical": "Transactions",
121 "type": "stacked", 121 "type": "stacked",
122 "legend": { 122 "legend": {