Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthursens/home-monitoring
https://github.com/arthursens/home-monitoring
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arthursens/home-monitoring
- Owner: ArthurSens
- Created: 2020-10-23T02:34:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T06:24:18.000Z (about 2 months ago)
- Last Synced: 2024-09-16T07:47:46.402Z (about 2 months ago)
- Size: 106 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stupid simple setup to monitor my stuff at home.
## Main goals
* Monitor my stuff.
* Build some data to work with for my Prometheus and OpenTelemetry contributions.
* Experiment some other observability tools.## The Stack so far
| Tool | Function |
|---------------|---------------------------|
| [Prometheus](https://github.com/prometheus/prometheus) | Metrics collection |
| [Loki](https://github.com/grafana/loki) | Logs collection |
| [Grafana](https://github.com/grafana/grafana) | Data visualization |
| [Alertmanager](https://github.com/prometheus/alertmanager) | Alert management |
| [Node-exporter](https://github.com/prometheus/node_exporter) | Notebook metrics exposure |
| [Blackbox-exporter](https://github.com/prometheus/blackbox_exporter) | Metrics about external HTTPS probing results |
| [OpenTelemetry-Collector](https://github.com/open-telemetry/opentelemetry-collector-contrib) | General OTel metrics collection and pre-processing |