summaryrefslogtreecommitdiffstats
path: root/rrdtool-createrrd-html.lsp
blob: 756927941c593d1b8883dd3ea6d4416f83c68526 (plain)
1
2
3
4
5
6
7
8
9
10
<% local form, viewlibrary, page_info, session = ... 
require("viewfunctions")
%>
<% displaycommandresults({"createrrd"}, session) %>

<h1>Create new RRD</h1>
<%
	local order = {"filename", "start", "step", "ds", "rra"}
	displayform(form, order)
%>