My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

Author

Eliel C. Sardañons <eliels@gmail.com> Please send me feedback and problems with this application! Thanks

Description

This is a simple asterisk monitor written in python, with a client-server model to monitor multiple servers from one client. Client-Server communication is based on Pyro, using default port 7766 (TCP) to run remote methods.

Common errors

Traceback (most recent call last): 
  File "./astmonpysrv.py", line 3, in ? 
    import Pyro.core 
ImportError: No module named Pyro.core 

If this appear while running astmonpy is because the Pyro python module is missing, check the README

Powered by Google Project Hosting