AuthorEliel C. Sardañons <eliels@gmail.com> Please send me feedback and problems with this application! Thanks DescriptionThis 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 errorsTraceback (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
|