Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 840 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 840 Bytes

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;
  • Networks: Monitor your networks and store the data into a timeseries database.

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