www/printbadnodes.py
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 15 Aug 2008 19:13:35 +0000 (19:13 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 15 Aug 2008 19:13:35 +0000 (19:13 +0000)
commit944d143a6528c4157b71f51ed480aec806cbaa06
treeeea27382107c9be0f0aa56f660f23ccf8302d0b6
parent94cd174f6ce0bb3b2c8bceda0346e332037c6d8a
www/printbadnodes.py
www/runlevels.py
use the new site-package module to pull in configuration information and
locate database files.

config.py
uses ConfigParser now.

nodequery.py
doesn't unconfitionally load findbad db.  sets up fbpcus for reboot module
printbadcsv.py
pull from monitor module for database and configuration
findbad.py
change default db name, and perform node_selects correctly with fb
fetch.py
debug statements to track parser.py error.
mailmonitor.py
simplify content.

nodebad.py
remove unnecessary db loads, and import from 'const' module.
parser.py
set nodeselect default to None rather than 'False'.
expected changes to parse_args() based on new config.py
pcubad.py
import constants from correct module
clean_policy.py
don't import from www modules
don't import from policy module
unified_model.py
remove unconditional db load
add two definitions from nodecommon and model.py
grouprins.py
use normal config.py
fix pcu identification logic.  really need to have a better fix for this.
monitor-server.spec
add requirements, the monitor python module,
nodecommon.py
moved node_end_record to unified_model.py
bootman.py
load from 'const.py'
additional boot sequence ids.
policy.py
removed various functions for clean policy.
findbadpcu.py
update use of parser module
nodeinfo.py
remove unconditional loads
add node.last_changed output
database.py
conflate config and monitorconfig
reboot.py
remove unconditional load
monitor_policy.py
add funcs from policy.py
29 files changed:
bootman.py
clean_policy.py
config.py
database.py
fetch.py
findbad.py
findbadpcu.py
grouprins.py
mailmonitor.py
model.py
monitor-server.spec
monitor/__init__.py
monitor_policy.py
nodebad.py
nodecommon.py
nodeinfo.py
nodequery.py
parser.py
pcubad.py
policy.py
printbadcsv.py
reboot.py
rt.py
sitebad.py
threadpool.py
todo
unified_model.py
www/printbadnodes.py
www/runlevels.py