summaryrefslogtreecommitdiffstats
path: root/rrdtool-controller.lua
Commit message (Collapse)AuthorAgeFilesLines
* Show graph-image in popup windowMika Havela2009-07-081-0/+1
|
* List graph-files (created the view-file)Mika Havela2009-07-081-1/+1
| | | | Updated the validfilename() to be able to modify/delete graph-files too.
* List rrd-files and graph-configfiles in a config-page.Mika Havela2009-07-081-1/+13
|
* List available graphs and display selected graphMika Havela2009-07-081-0/+4
| | | | Still missing functionallity to create the needed table that holds information on how to create the graphics.
* Prepare a view to list available graphs.Mika Havela2009-07-071-0/+4
| | | | | Graphs are sectioned into groups. Each group has a heading. Under each group you get a list of available graphs.
* Functionallity to create new DB.Mika Havela2009-07-031-2/+3
| | | | Still missing validation on userinput.
* Adding functionallity to see 'rrdtool info' on the existing DBs.Mika Havela2009-07-031-0/+3
|
* Adding delete() to be able to remove .rrd DB'sMika Havela2009-07-021-0/+5
| | | | Hiding some debug information in the listrrd view-file.
* Started on 'create new rrd' function (still much to do).Mika Havela2009-07-021-0/+5
| | | | The viewfile for NewRRD is showing some forms, but it's still not usable.
* Clean up the table so the view file displays things as it should.Mika Havela2009-06-291-1/+1
|
* Initial commit on controllerMika Havela2009-06-291-0/+29