Superlance is a package of plugin utilities for monitoring and controlling
processes that run under supervisor <http://supervisord.org>
_.
-
Separated unit tests into their own files
-
Created fatalmailbatch
plugin
-
Created crashmailbatch
plugin
-
Sphinxified documentation.
-
Fixed test_suite
to use the correct module name in setup.py.
-
Fixed the tests for memmon
to import the correct module.
-
Applied patch from Sam Bartlett: processes which are not autostarted
have pid "0". This was crashing memmon
.
-
Add smtpHost
command line flag to mailbatch
processors.
-
Added crashsms
from Juan Batiz-Benet
-
Converted crashmailbatch
and friends from camel case to pythonic style
-
Fixed a bug where httpok
would crash with the -b
(in-body)
option. Patch by Joaquin Cuenca Abela.
-
Fixed a bug where httpok
would not handle a URL with a query string
correctly. Patch by Joaquin Cuenca Abela.
-
Fixed a bug where httpok
would not handle process names with a
group ("group:process") properly. Patch by Joaquin Cuenca Abela.