diff options
| author | Ćukasz Kostka | 2014-08-15 00:13:54 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2014-08-25 23:32:22 +0200 |
| commit | 2c5c2a62e10d5aadef9908b03908dffe9c26e2ad (patch) | |
| tree | 78c8e11f470b0f71cc088d151292d72aa62e1f72 /plugin/wireless.json | |
| parent | fix rrd_escape() not escaping colons (diff) | |
| download | apt-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/wireless.json')
| -rw-r--r-- | plugin/wireless.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/wireless.json b/plugin/wireless.json index 1c53489..274951c 100644 --- a/plugin/wireless.json +++ b/plugin/wireless.json | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | { | 1 | { |
| 2 | "signal_noise": { | 2 | "signal_noise": { |
| 3 | "title": "Noise level ({{PI}})", | 3 | "title": "Noise level ({{PI}}) on {{HOST}}", |
| 4 | "vertical": "dBm", | 4 | "vertical": "dBm", |
| 5 | "legend": { | 5 | "legend": { |
| 6 | "value": { | 6 | "value": { |
| @@ -11,7 +11,7 @@ | |||
| 11 | "legend_format": "%6.1lf" | 11 | "legend_format": "%6.1lf" |
| 12 | }, | 12 | }, |
| 13 | "signal_power": { | 13 | "signal_power": { |
| 14 | "title": "Signal level ({{PI}})", | 14 | "title": "Signal level ({{PI}}) on {{HOST}}", |
| 15 | "vertical": "dBm", | 15 | "vertical": "dBm", |
| 16 | "legend": { | 16 | "legend": { |
| 17 | "value": { | 17 | "value": { |
| @@ -22,7 +22,7 @@ | |||
| 22 | "legend_format": "%6.1lf" | 22 | "legend_format": "%6.1lf" |
| 23 | }, | 23 | }, |
| 24 | "signal_quality": { | 24 | "signal_quality": { |
| 25 | "title": "Link Quality ({{PI}})", | 25 | "title": "Link Quality ({{PI}}) on {{HOST}}", |
| 26 | "vertical": "quality", | 26 | "vertical": "quality", |
| 27 | "legend": { | 27 | "legend": { |
| 28 | "value": { | 28 | "value": { |
