1 /* Licensed to the public under the Apache License 2.0. */
6 return baseclass.extend({
9 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
11 title: "%H: ICMP Round Trip Time",
13 number_format: "%5.1lf ms",
29 title: "%H: ICMP Drop Rate",
33 number_format: "%5.2lf %%",
35 types: [ "ping_droprate" ],
41 transform_rpn: "100,*"
48 title: "%H: ICMP Standard Deviation",
52 number_format: "%5.1lf ms",
54 types: [ "ping_stddev" ],
65 return [ ping, droprate, stddev ];