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/ping.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 '')
| -rw-r--r-- | plugin/ping.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/ping.json b/plugin/ping.json index ba6d67e..ab9dfdf 100644 --- a/plugin/ping.json +++ b/plugin/ping.json | |||
| @@ -1,16 +1,16 @@ | |||
| 1 | { | 1 | { |
| 2 | "ping": { | 2 | "ping": { |
| 3 | "title": "Ping latency", | 3 | "title": "Ping latency on {{HOST}}", |
| 4 | "vertical": "Milliseconds", | 4 | "vertical": "Milliseconds", |
| 5 | "legend_format": "%5.1lf" | 5 | "legend_format": "%5.1lf" |
| 6 | }, | 6 | }, |
| 7 | "ping_stddev": { | 7 | "ping_stddev": { |
| 8 | "title": "Ping standard deviation", | 8 | "title": "Ping standard deviation on {{HOST}}", |
| 9 | "vertical": "Milliseconds", | 9 | "vertical": "Milliseconds", |
| 10 | "legend_format": "%5.1lf" | 10 | "legend_format": "%5.1lf" |
| 11 | }, | 11 | }, |
| 12 | "ping_droprate": { | 12 | "ping_droprate": { |
| 13 | "title": "Ping droprate", | 13 | "title": "Ping droprate on {{HOST}}", |
| 14 | "legend_format": "%5.1lf" | 14 | "legend_format": "%5.1lf" |
| 15 | } | 15 | } |
| 16 | } | 16 | } |
