1 /* Licensed to the public under the Apache License 2.0. */
7 return baseclass.extend({
10 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
12 title: "%H: Chrony - time offset",
13 vlabel: "Time offset (ms)",
14 number_format: "%9.3lf ms",
16 types: [ "time_offset" ],
23 transform_rpn: "1000,*"
29 transform_rpn: "1000,*"
36 title: "%H: Chrony - clock stratum",
37 vlabel: "Clock stratum",
38 number_format: "%3.1lf%S",
40 types: [ "clock_stratum" ],
42 clock_stratum_chrony: {
57 return [ offset, stratum ];