Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leometzger/home-monitoring
- Owner: leometzger
- License: mit
- Created: 2020-07-23T11:40:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T11:46:59.000Z (over 3 years ago)
- Last Synced: 2024-08-02T16:08:53.673Z (6 months ago)
- Topics: docker, grafana, monitoring, ntopng, prometheus
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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