Great news!
With the check-in of revision 343 (
http://pymon.svn.sourceforge.net/
viewvc/pymon?view=rev&revision=343), the workflow efforts that were
initiated and nearly completed (but not integrated) in September of
last year, have now replaced the old rules-based code in pymon. It was
quite amazing to start up the daemon and watch the debugging output
show the state transitions that were taking place... it's been a long
wait, but worth it :-)
Next in the queue:
I've already started on the database storage code work (nothing
committed to svn yet, though). I've got some storm ORM code that uses
twisted support for making asynchronous calls to the database. For the
first release of the storage code, I'll be configuring pymon to use
SQLite. Using PostgreSQL or MySQL will be as easy as setting a
configuration option (and writing the table create statements in SQL).
More soon!
d