collectd: Update luci-statistics / collectd to 5.4.1 - Luci
[project/luci.git] / applications / luci-statistics / luasrc / statistics / rrdtool / definitions / ping.lua
index 5707f3a..bdffc85 100644 (file)
@@ -20,7 +20,7 @@ function rrdargs( graph, plugin, plugin_instance, dtype )
                -- Ping roundtrip time
                { title = "%H: ICMP Round Trip Time", vlabel = "ms",
                  number_format = "%5.1lf ms", data = {
-                       sources = { ping = { "ping" } },
+                       sources = { ping = { "value" } },
                        options = { ping__ping = { noarea = true, title = "%di" } }
                } },