Virtual server monitor:Problems

From Revolution Linux OpenSource projects

Jump to: navigation, search

Could not contact hostname: host blocked

This is a security mesure. You need to authorize the frontend's IP on the backend.

  1. Edit the file /etc/vsmon/backend/settings.py on the host.
  2. Add the frontend's IP to ALLOWED_IP_LIST .
  3. Restart the backend (/etc/init.d/vsmon-backend restart).

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
Personal tools