diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/ntpd.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugin/ntpd.json b/plugin/ntpd.json new file mode 100644 index 0000000..f7ec918 --- /dev/null +++ b/plugin/ntpd.json | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | { | ||
| 2 | "delay": { | ||
| 3 | "title": "Delay", | ||
| 4 | "vertical": "Seconds", | ||
| 5 | "legend_format": "%5.1lf%s" | ||
| 6 | }, | ||
| 7 | "frequency_offset": { | ||
| 8 | "title": "Frequency offset", | ||
| 9 | "vertical": "ppm", | ||
| 10 | "legend_format": "%5.1lf%s" | ||
| 11 | }, | ||
| 12 | "time_dispersion": { | ||
| 13 | "title": "Time dispersion", | ||
| 14 | "vertical": "Seconds", | ||
| 15 | "legend_format": "%5.1lf%s" | ||
| 16 | }, | ||
| 17 | "time_offset": { | ||
| 18 | "title": "Time offset", | ||
| 19 | "vertical": "Seconds", | ||
| 20 | "legend_format": "%5.1lf%s" | ||
| 21 | } | ||
| 22 | } | ||
