summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-06-13 23:29:48 +0100
committerRichard Wall <richard@aziz>2010-06-13 23:29:48 +0100
commite896666f593a644f534c447d843d0cc730163190 (patch)
tree1ec23ec4706424de0cd223bd259c4b45be10f0cc /index.html
parent528caf8bdec86c43e10932249154da15cdc6d408 (diff)
Rename recipe parser function
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
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'))