aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/ntpd.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/ntpd.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/ntpd.json')
-rw-r--r--plugin/ntpd.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin/ntpd.json b/plugin/ntpd.json
index f7ec918..366dd58 100644
--- a/plugin/ntpd.json
+++ b/plugin/ntpd.json
@@ -1,21 +1,21 @@
1{ 1{
2 "delay": { 2 "delay": {
3 "title": "Delay", 3 "title": "Delay on {{HOST}}",
4 "vertical": "Seconds", 4 "vertical": "Seconds",
5 "legend_format": "%5.1lf%s" 5 "legend_format": "%5.1lf%s"
6 }, 6 },
7 "frequency_offset": { 7 "frequency_offset": {
8 "title": "Frequency offset", 8 "title": "Frequency offset on {{HOST}}",
9 "vertical": "ppm", 9 "vertical": "ppm",
10 "legend_format": "%5.1lf%s" 10 "legend_format": "%5.1lf%s"
11 }, 11 },
12 "time_dispersion": { 12 "time_dispersion": {
13 "title": "Time dispersion", 13 "title": "Time dispersion on {{HOST}}",
14 "vertical": "Seconds", 14 "vertical": "Seconds",
15 "legend_format": "%5.1lf%s" 15 "legend_format": "%5.1lf%s"
16 }, 16 },
17 "time_offset": { 17 "time_offset": {
18 "title": "Time offset", 18 "title": "Time offset on {{HOST}}",
19 "vertical": "Seconds", 19 "vertical": "Seconds",
20 "legend_format": "%5.1lf%s" 20 "legend_format": "%5.1lf%s"
21 } 21 }