Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

This repository contains a docker-compose based host-monitoring for your home/lab
https://github.com/leometzger/home-monitoring

docker grafana monitoring ntopng prometheus

Last synced: 3 months ago
JSON representation

This repository contains a docker-compose based host-monitoring for your home/lab

Awesome Lists containing this project

README

        

# 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

- [Docker](https://docs.docker.com/get-docker/) installed;

## Projects

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

![Example Machines](https://user-images.githubusercontent.com/15220162/95067226-dec42b00-06d9-11eb-977f-713d3714b8cf.png)

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

![Example Networks](https://user-images.githubusercontent.com/15220162/95067475-47130c80-06da-11eb-9b81-f9f561ed3b65.png)

## 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