From edae75c21a8f657dd6cc9ace9e8e844ef337a951 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 3 May 2014 18:15:12 +0200 Subject: rename ds_names and dsname to legend This had nothing to do with an RRD data source. --- plugin/ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/ping.php') diff --git a/plugin/ping.php b/plugin/ping.php index 845a6d9..ca2920c 100644 --- a/plugin/ping.php +++ b/plugin/ping.php @@ -13,7 +13,7 @@ require_once 'type/Default.class.php'; $obj = new Type_Default($CONFIG, $_GET); $obj->data_sources = array('value'); -$obj->ds_names = array('ping' => 'Ping time', +$obj->legend = array('ping' => 'Ping time', 'ping_stddev' => 'Ping stddev', 'ping_droprate' => 'Ping droprate'); $obj->rrd_format = '%5.1lf'; -- cgit v1.1