From 4a80f37832a692f627b5e02bc8cdfb2efd9909e3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 25 May 2008 17:47:38 +0000 Subject: * ffluci/statistics: diagram model updates, added ping to genconfig, fixed random() in colors.lua and added support for multiple diagrams per diagram controller --- .../luci-statistics/src/statistics/rrdtool/definitions/wireless.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-statistics/src/statistics/rrdtool/definitions/wireless.lua') diff --git a/applications/luci-statistics/src/statistics/rrdtool/definitions/wireless.lua b/applications/luci-statistics/src/statistics/rrdtool/definitions/wireless.lua index 016f1f4655..5b3acc51f8 100644 --- a/applications/luci-statistics/src/statistics/rrdtool/definitions/wireless.lua +++ b/applications/luci-statistics/src/statistics/rrdtool/definitions/wireless.lua @@ -7,7 +7,7 @@ function rrdargs( graph, host, plugin, plugin_instance ) opts = { } opts.sources = { } opts.image = graph:mkpngpath( host, plugin, plugin_instance, "wireless" ) - opts.title = graph:mktitle( host, plugin, plugin_instance, "wireless" ) + opts.title = host .. ": WLAN Signal" opts.rrd = { "-v", "dBm" } opts.colors = { signal_power = '0000ff', -- cgit v1.2.3