From 132e36e8014b662d1a7f83a622abf2901eceba58 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 8 Jul 2009 12:40:14 +0000 Subject: Creating a viewfile for configuring rrd's and graph-files --- rrdtool-config-html.lsp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rrdtool-config-html.lsp (limited to 'rrdtool-config-html.lsp') diff --git a/rrdtool-config-html.lsp b/rrdtool-config-html.lsp new file mode 100644 index 0000000..81bb0a8 --- /dev/null +++ b/rrdtool-config-html.lsp @@ -0,0 +1,12 @@ +<% local data, viewlibrary, page_info, session = ... +require("viewfunctions") +%> + +<% displaycommandresults({"install","edit"}, session) %> + +

Configure

+ +<% if viewlibrary and viewlibrary.dispatch_component then + viewlibrary.dispatch_component("listrrd") + viewlibrary.dispatch_component("listgraphcfg") +end %> -- cgit v1.2.3