From: Florian G. <re...@us...> - 2006-12-20 22:04:55
|
Update of /cvsroot/perfparse/_perfparse In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8082 Modified Files: TODO Log Message: new ideas Index: TODO =================================================================== RCS file: /cvsroot/perfparse/_perfparse/TODO,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TODO 8 Nov 2006 14:19:23 -0000 1.4 --- TODO 20 Dec 2006 22:04:53 -0000 1.5 *************** *** 1,4 **** - make postgres working (scripts and executables) - finish database upgrade program ! - Use storage modules to get data for cgi/phpui similar to saving data. Getting Data should only use first storage module configured. - Integrate ajax framework. Ideas: create tinyurls for graphs via ajax. Make menus more dynamic ... --- 1,8 ---- - make postgres working (scripts and executables) - finish database upgrade program ! - Use storage modules also to get data for cgi/phpui similar to saving data. Getting Data should only use first storage module configured. - Integrate ajax framework. Ideas: create tinyurls for graphs via ajax. Make menus more dynamic ... + - Support for all kind of thresholds (see http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT) + - multiple metrics in one graph + - ability to define reports and to use perfparsed or cron to create static reports. + - make rrd-like tables work |