X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=todo;h=cedd0aaed18ee9c190e67d5b66f6ebc922469bdc;hb=916e4bc46de93661f7d0a807011fcc9c4bb6c20e;hp=066e683c4da5771fa758e32cc62fbcd974e519b4;hpb=bccc542ed6a8eec74fd6411976cca424a1158c75;p=monitor.git diff --git a/todo b/todo index 066e683..cedd0aa 100644 --- a/todo +++ b/todo @@ -4,25 +4,27 @@ TODO: to share very similar argument or argument sets, as well as have some common config options. I'm not sure the best way to do this. - * Find a better location to place and pull the PLK files currently in the pdb + * Find a better location to place and pull the PKL files currently in the pdb directory. Ultimately, these should be stored in a real DB. Until then, they should sit in a location that is accessible from the www scripts, backend scripts, and user utilities. - * pull out global configuration information from various files, like rt_db, - mailer.py, auth.py, and any others. Create a single configuration file - from which all others pull. - - - convert plc and other files to use the new monitorconfig.py rather than - auth, or plc.* - - need to alter all import 'auth' statements. + * clean up plc.py; there's a lot of redundent code. Lower priority: * Add a more structured, 'automate' library of scripts and means of making batch calls, etc. * add a third package for user tools that will interact with the Monitor - service. Mostly, I'm guessing this would be queries for the live status + service. Mostly, I'm guessing this would be queries for the live status of nodes and a more reliable 'reboot' and 'reinstall' mechanism than currently availble with PLC. +Done: + * pull out global configuration information from various files, like rt_db, + mailer.py, auth.py, and any others. Create a single configuration file + from which all others pull. + + - convert plc and other files to use the new monitorconfig.py rather than + auth, or plc.* + - need to alter all import 'auth' statements.