Melinda Gilmore wrote: >I looked somewhat in the archives but am not finding information on what >port mailmanctl listens on. Or this whole email may show my ignorance on >the setup. But what I am trying to do is setup a warning in our nocol if >mailmanctl is down. I need a port number.
mailmanctl does not 'listen'. It responds to signals, not to commumication on a socket. Even the fact that it is present (which can be determined from the existence of the file master-qrunner.pid in Mailman's data/ directory and the existence of a process with the pid contained in that file) does not mean that all or even any of the qrunners are running (they might have died multiple times and reached mailmanctl's restart limit). Depending on your OS something like ps -fw --ppid `cat /path/to/data/master-qrunner.pid` May tell you whether or not the qrunner processes are all there. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
