From e896666f593a644f534c447d843d0cc730163190 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sun, 13 Jun 2010 23:29:48 +0100 Subject: Rename recipe parser function --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 966ed47..953499c 100644 --- a/index.html +++ b/index.html @@ -73,22 +73,22 @@ }); cc.charts = [].concat( - jrrd.collectdChartFactory( + jrrd.Chart.fromRecipe( rrdUrlList, [].concat( jrrd.COLLECTD_RECIPES.cpu, jrrd.COLLECTD_RECIPES.memory, jrrd.COLLECTD_RECIPES.load), templateFactory('.system-charts')), - jrrd.collectdChartFactory( + jrrd.Chart.fromRecipe( rrdUrlList, jrrd.COLLECTD_RECIPES.interface, templateFactory('.network-charts')), - jrrd.collectdChartFactory( + jrrd.Chart.fromRecipe( rrdUrlList, jrrd.COLLECTD_RECIPES.dns, templateFactory('.dns-charts')), - jrrd.collectdChartFactory( + jrrd.Chart.fromRecipe( rrdUrlList, application_recipes, templateFactory('.application-charts')) -- cgit v1.2.3-54-g00ecf