1 /* Licensed to the public under the Apache License 2.0. */
5 return L.Class.extend({
8 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
10 title: "%H: ICMP Round Trip Time",
12 number_format: "%5.1lf ms",
28 title: "%H: ICMP Drop Rate",
30 number_format: "%5.2lf %%",
32 types: [ "ping_droprate" ],
38 transform_rpn: "100,*"
45 title: "%H: ICMP Standard Deviation",
47 number_format: "%5.1lf ms",
49 types: [ "ping_stddev" ],
60 return [ ping, droprate, stddev ];