Linux performance analysis and alerting tool
Objective: create a single and easy deployable script to debug and analyze performance statistics
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
python 3.6+
git clone https://github.com/buuren/observer.git
or
wget https://raw.githubusercontent.com/buuren/observer/master/observer.py
wget https://raw.githubusercontent.com/buuren/observer/master/conf/alerts.json
TODO...
todo...
todo...
Give an example
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Vladimir Kolesnik - Initial work - buuren
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- The following README is based on the following template: https://gist.github.com/PurpleBooth/b24679402957c63ec426
- This project was inspired by https://github.com/dagwieers/dstat
- etc