aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/apache.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/apache.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/apache.json')
-rw-r--r--plugin/apache.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugin/apache.json b/plugin/apache.json
index 3774371..3f8b65f 100644
--- a/plugin/apache.json
+++ b/plugin/apache.json
@@ -1,6 +1,6 @@
1{ 1{
2 "apache_bytes": { 2 "apache_bytes": {
3 "title": "Webserver Traffic ({{PI}})", 3 "title": "Webserver Traffic ({{PI}}) on {{HOST}}",
4 "vertical": "{{ND}}/s", 4 "vertical": "{{ND}}/s",
5 "legend": { 5 "legend": {
6 "value": { 6 "value": {
@@ -11,7 +11,7 @@
11 "legend_format": "%5.1lf" 11 "legend_format": "%5.1lf"
12 }, 12 },
13 "apache_connections": { 13 "apache_connections": {
14 "title": "Webserver Connections ({{PI}})", 14 "title": "Webserver Connections ({{PI}}) on {{HOST}}",
15 "vertical": "Conns/s", 15 "vertical": "Conns/s",
16 "legend": { 16 "legend": {
17 "value": { 17 "value": {
@@ -22,7 +22,7 @@
22 "legend_format": "%5.1lf" 22 "legend_format": "%5.1lf"
23 }, 23 },
24 "apache_idle_workers": { 24 "apache_idle_workers": {
25 "title": "Webserver Idle Workers ({{PI}})", 25 "title": "Webserver Idle Workers ({{PI}}) on {{HOST}}",
26 "vertical": "Workers", 26 "vertical": "Workers",
27 "legend": { 27 "legend": {
28 "value": { 28 "value": {
@@ -33,7 +33,7 @@
33 "legend_format": "%5.1lf" 33 "legend_format": "%5.1lf"
34 }, 34 },
35 "apache_requests": { 35 "apache_requests": {
36 "title": "Webserver Requests ({{PI}})", 36 "title": "Webserver Requests ({{PI}}) on {{HOST}}",
37 "vertical": "Requests/s", 37 "vertical": "Requests/s",
38 "legend": { 38 "legend": {
39 "value": { 39 "value": {
@@ -44,7 +44,7 @@
44 "legend_format": "%5.1lf" 44 "legend_format": "%5.1lf"
45 }, 45 },
46 "apache_scoreboard": { 46 "apache_scoreboard": {
47 "title": "Webserver Scoreboard ({{PI}})", 47 "title": "Webserver Scoreboard ({{PI}}) on {{HOST}}",
48 "vertical": "Slots", 48 "vertical": "Slots",
49 "type": "stacked", 49 "type": "stacked",
50 "legend": { 50 "legend": {