Skip to content

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

Notifications You must be signed in to change notification settings

Infinit8io/logdash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published