/logdash

A simple web interface using psutil and flask to log some informations of some clients (school project).

Primary LanguageJavaScript

logdash

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

For the moment

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!

Demo data

The fetch_metrics/example_output.json contains an example of collected data.