Website/server monitoring tool
- Python 96.2%
- Shell 3.8%
argus
Website/server monitoring tool
Installation
Some system packages are needed. On a system with apt, do:
sudo apt install python-dev libcrypt-dev libffi-dev openssl-dev
Easiest way then is to create a virtualenv and do a
pip install -r requirements.txt
Then copy node.example.sh and edit it to reflect the correct paths to the virtualenv and the node.py script.
Usage
Run the node in its virtualenv, preferable through the provided shell script.
The node creates a settings.db on first run. This contains information on its location, tasks and neighbour nodes.
events.db contains information gathered by argus and incoming and outgoing requests.