summaryrefslogtreecommitdiffstats
path: root/rrdtool-model.lua
Commit message (Expand)AuthorAgeFilesLines
* Removed startstop and welcome actions, cleaned up status, and removed popup v...Ted Trask2012-11-261-9/+12
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-8/+8
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-6/+10
* Add notes into the graph image.Mika Havela2011-06-011-17/+53
* Prevent the user to enter a invalid filename for the graph-conffileMika Havela2009-07-091-7/+12
* Show default config when creating a new graphMika Havela2009-07-091-0/+8
* Edit existing and create new graph-filesMika Havela2009-07-091-6/+18
* Hide path to .graph filesMika Havela2009-07-091-0/+4
* Manage existing graph cfg-filesMika Havela2009-07-091-0/+16
* We need to be able to write time in other ways than just type the secondsMika Havela2009-07-081-3/+0
* Show graph-image in popup windowMika Havela2009-07-081-10/+5
* List graph-files (created the view-file)Mika Havela2009-07-081-4/+12
* Cleaning up code by using fs.find_files_as_array instead of having own code f...Mika Havela2009-07-081-30/+5
* Fetching graph-settings from external configfiles.Mika Havela2009-07-081-1/+19
* List available graphs and display selected graphMika Havela2009-07-081-0/+42
* Display error message when a rrd DB has been created on other architectureMika Havela2009-07-071-1/+1
* Validating that at least one DS and one RRA existsMika Havela2009-07-031-2/+8
* Cosmetical change in modelMika Havela2009-07-031-28/+28
* Validating userinput.Mika Havela2009-07-031-7/+13
* Validating filename/filepathMika Havela2009-07-031-0/+5
* Functionallity to create new DB.Mika Havela2009-07-031-1/+36
* Changing/modifying description/help text when creating a new RRD.Mika Havela2009-07-031-4/+8
* Adding functionallity to see 'rrdtool info' on the existing DBs.Mika Havela2009-07-031-0/+10
* Adding delete() to be able to remove .rrd DB'sMika Havela2009-07-021-3/+26
* Started on 'create new rrd' function (still much to do).Mika Havela2009-07-021-0/+11
* Initial commit on modelMika Havela2009-06-291-0/+93