From b4428c224479050f4258d47e6dd46273cacccade Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Mon, 17 May 2010 23:17:44 +0200 Subject: a source (type instance or data source) may contain dots Like mentioned in the comment on the website below, I think there is no problem a source contains dots. For now, this line is removed. http://pommi.nethuis.nl/2010/01/collectd-graph-panel-v0-2/#comment-177 --- type/Default.class.php | 1 - 1 file changed, 1 deletion(-) (limited to 'type') diff --git a/type/Default.class.php b/type/Default.class.php index c08745d..a56e00c 100644 --- a/type/Default.class.php +++ b/type/Default.class.php @@ -189,7 +189,6 @@ class Type_Default { else { $sources = $this->tinstances; } - $sources = str_replace('.', '_', $sources); } # or one file with multiple data_sources else { -- cgit v1.1