diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/ntpd.json | 8 |
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 | } |
