Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.06 KB

Monitoring

This repository contains a set of docker-compose projects that aims monitor your environment.

All Projects follow the same rules. You need to install a sensor or agent where you want to monitor, and then run the project with docker-compose. Specific instructions may be finded at specific README in the folders.

Pre Requisites

Projects

Machines: Monitoring devices and machines of your environment. It can be visualized using grafana dashboards;

Example Machines

Networks: Monitor your networks and store the data into a timeseries database.

Example Networks

Usage

Clone the repository

git clone https://github.com/leometzger/home-monitoring

Enter in directory machines or networks.

Run docker-compose

docker-compose-up -d

License

MIT