A minimalist simple web interface displaying logs history from client machines.
Using psutil, flask, request & mongodb.
virtualenv logdashenv
. logdashenv/bin/activate
pip install -r requirements.txt
Launch the flask test app from the flask_test folder.
python consume.py
Then launch the periodic script which fetch the system informations from the fetch_metrics folder
python fetch_metrics_periodically
It's aliiive!
The fetch_metrics/example_output.json contains an example of collected data.