summaryrefslogtreecommitdiffstats
path: root/rrdtool-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Updated the validfilename() to be able to modify/delete graph-files too.
* Cleaning up code by using fs.find_files_as_array instead of having own code ↵Mika Havela2009-07-081-30/+5
| | | | for searching for files.
* Fetching graph-settings from external configfiles.Mika Havela2009-07-081-1/+19
| | | | Rebuilding the view to be able to make the configfiles simple to use.
* List available graphs and display selected graphMika Havela2009-07-081-0/+42
| | | | Still missing functionallity to create the needed table that holds information on how to create the graphics.
* 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
| | | | Also making it possible for 'start' and 'step' to be empty
* Cosmetical change in modelMika Havela2009-07-031-28/+28
|
* Validating userinput.Mika Havela2009-07-031-7/+13
| | | | | Using format.escapespecialcharacters() to prevent code injection. Making sure some inputs are purely numerical.
* Validating filename/filepathMika Havela2009-07-031-0/+5
|
* Functionallity to create new DB.Mika Havela2009-07-031-1/+36
| | | | Still missing validation on userinput.
* 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
| | | | Hiding some debug information in the listrrd view-file.
* Started on 'create new rrd' function (still much to do).Mika Havela2009-07-021-0/+11
| | | | The viewfile for NewRRD is showing some forms, but it's still not usable.
* Initial commit on modelMika Havela2009-06-291-0/+93