From 2c5c2a62e10d5aadef9908b03908dffe9c26e2ad Mon Sep 17 00:00:00 2001 From: Ɓukasz Kostka Date: Fri, 15 Aug 2014 00:13:54 +0200 Subject: move " on " suffix in graph title to JSON Closes #101 --- plugin/ntpd.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugin/ntpd.json') 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 @@ { "delay": { - "title": "Delay", + "title": "Delay on {{HOST}}", "vertical": "Seconds", "legend_format": "%5.1lf%s" }, "frequency_offset": { - "title": "Frequency offset", + "title": "Frequency offset on {{HOST}}", "vertical": "ppm", "legend_format": "%5.1lf%s" }, "time_dispersion": { - "title": "Time dispersion", + "title": "Time dispersion on {{HOST}}", "vertical": "Seconds", "legend_format": "%5.1lf%s" }, "time_offset": { - "title": "Time offset", + "title": "Time offset on {{HOST}}", "vertical": "Seconds", "legend_format": "%5.1lf%s" } -- cgit v1.1