1 -- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich <jow@openwrt.org>
2 -- Licensed to the public under the Apache License 2.0.
4 module("luci.statistics.rrdtool.definitions.ping", package.seeall)
6 function rrdargs( graph, plugin, plugin_instance, dtype )
9 { title = "%H: ICMP Round Trip Time",
11 number_format = "%5.1lf ms",
13 sources = { ping = { "value" } },
14 options = { ping__value = {
15 noarea = true, overlay = true, title = "%di" } }
19 { title = "%H: ICMP Drop Rate",
21 number_format = "%5.2lf %%",
23 types = { "ping_droprate" },
24 options = { ping_droprate = {
25 noarea = true, overlay = true, title = "%di" } }