Monthly Archives: April 2013

python_path SublimeRope

Please add the following lines on a project base. .rope/config.py prefs.add(‘python_path’, ‘/home/myhome/.virtualenvs/py27/lib/python2.7/site-packages’) prefs.add(‘python_path’,’/usr/lib/python2.7′)

Posted in python, sublime | Leave a comment

monit monitoring URL

Reference https://www.digitalocean.com/community/articles/how-to-install-and-configure-monit Example check host reuter with address 192.168.1.100 if failed ( url https://host.example.com/restservice?test and content == “MyService”) then alert alert you@example.com only on {connection,content}content is checked against a POSIX regular expression default: admin/monit

Posted in linux, monit | Leave a comment