+ diagnose.py: added --refresh option so that cached values can be refresh, and either
authorStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 29 Aug 2007 17:26:50 +0000 (17:26 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 29 Aug 2007 17:26:50 +0000 (17:26 +0000)
commit689ae55c995a8a0a4b555e93c32acf0f6cb75315
tree777d7554ef34d4f3a31389ec67bf93759ffba4c0
parent8217a88623189c3034d38fdc4eae8fe575ae8624
+ diagnose.py: added --refresh option so that cached values can be refresh, and either
preserved or not for future runs.  Previously it was necessary to remove the
cached values manually.
+ emailTxt.py: tried to clarify what was needed for the bootcd and plnode.txt
file.  I think some confusion is coming up based on the all-in-one bootcd.
+ findbad.py: lock calls to the plcAPI, to avoid hammering it.  Also, be more
selective about the return values requested from Nodes and Sites.  I was
getting everything.
+ mailer.py: extra debug messages.
+ monitor.py: this file is depricated.  modification are incidental and not
important.
+ plc.py: add a filter argument to getSites and getNodes to allow specific
fields, rather than everything.
+ policy.py: lots of little fixes.  moved more logic into Diagnose() from
Action().  Still need to fix Diagnose to act on sites when nodes are
up/improved.
+ soltesz.py: added refresh function, and return value for timed-out commands
from popen() calls.
diagnose.py
emailTxt.py
findbad.py
mailer.py
monitor.py
plc.py
policy.py
soltesz.py