Virtual server monitor:Problems
From Revolution Linux OpenSource projects
[edit]
Could not contact hostname: host blocked
This is a security mesure. You need to authorize the frontend's IP on the backend.
- Edit the file /etc/vsmon/backend/settings.py on the host.
- Add the frontend's IP to ALLOWED_IP_LIST .
- Restart the backend (/etc/init.d/vsmon-backend restart).
[edit]
RuntimeError: cannot unmarshal code objects in restricted execution mode
If using Python version 2.4.1 or less (e.g. Mandriva 2006), make sure the following setting is set in /etc/vsmon/settings.py :
ENABLE_MULTI_THREADED_REQUESTS = False
