added comonquery command-line tool.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 2 Jun 2009 21:30:28 +0000 (21:30 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 2 Jun 2009 21:30:28 +0000 (21:30 +0000)
commit3f2acbd8b7761dae4bb02fedd3557e1003cafb43
tree89021614b15577c61d762552634d858fc577aa86
parent123bf8bf22c205d7c6ac9064b3371def83bf5a01
added comonquery command-line tool.
added flush and clear commands to the beginning of each web entry point in
controllers.py; I think this will help address the IntegrityErrors seen here
and at PLE.
moved plccache to local functions to speed invocation of some calls (nodequery)
added several tags to bootman.py to help with new 3.0 BootManager issue.
moved bootman import in monitor/database/info/interface.py due to import
error.  still need to investigate this
added extra RPM checks to node environment checks.  This isn't put in the db
but the log files can be queried over time.
comonquery.py [new file with mode: 0755]
monitor/bootman.py
monitor/common.py
monitor/database/info/interface.py
monitor/model.py
monitor/scanapi.py
monitor/wrapper/plccache.py
nodequery.py
nodesets.py
web/MonitorWeb/monitorweb/controllers.py