Update of /cvsroot/nagios-db/nagios-db/ui/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27224
Modified Files:
TODO
Log Message:
Update the task list
Index: TODO
===================================================================
RCS file: /cvsroot/nagios-db/nagios-db/ui/docs/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TODO 26 Jan 2005 03:04:58 -0000 1.2
--- TODO 1 Feb 2005 05:56:24 -0000 1.3
***************
*** 4,34 ****
----
! both
! - fix all *Availability* reports. bounded-bounded timeframes don't work for either db.
! - implement a templating system to seperate php and html.
! - redesign the interface.
! - look at importing code from nagios-php project (GPL).
! - make all host/service up/down/pending etc. match nagios cgi output
!
! longterm
! - authentication
!
! mysql
! - cleanup queries, few items to do with availability reports not implemented.
!
! postgres
! -
! neb
! ----
both
! - need to define a plugin_output field for both host_check/service_check to be used
! when querying host/service status. currently host_history/service_history is used
! but these results are stale right after the initial check.
mysql
! -
postgres
! - not registering passive checks on startup
--- 4,39 ----
----
! both
! - redesign the interface.
! - look at importing code from nagios-php project (GPL) for all the features
! core nagios cgis support in terms of commands.
!
! longterm
! - authentication
! - admin page for users to cleanup any dead (removed from config) hosts from the db
! (configured = false)
! mysql
! - cleanup queries, few items to do with availability reports not implemented.
! moving them off into a seperate file wouldn't be a bad idea, since some of
! them are reallly long
!
! postgres
! -
!
! neb
! ----
both
! - add servicegroup/servicegroup_membership support
mysql
! - some todo at top of inserter.c, passing database info as args first priority
postgres
! - hostgroup <-> id pairs should be retained across restarts. if we have people
! bookmarking avail reports and such, if they add a new hostgroup the ids will
! shift breaking the links. needs a configured = true/false to validate
! them at startup. do this for servicegroups as well.
! - passing database info as args
!
|