Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devinfra-br/stack-monitoramento
Exemplo de uma stack de monitoramento simples com Grafana, Prometheus
https://github.com/devinfra-br/stack-monitoramento
grafana monitoring prometheus
Last synced: 7 days ago
JSON representation
Exemplo de uma stack de monitoramento simples com Grafana, Prometheus
- Host: GitHub
- URL: https://github.com/devinfra-br/stack-monitoramento
- Owner: devinfra-br
- Created: 2020-09-20T23:06:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T20:21:40.000Z (about 4 years ago)
- Last Synced: 2024-03-09T23:38:19.618Z (8 months ago)
- Topics: grafana, monitoring, prometheus
- Language: Dockerfile
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Monitoring Stack
Stack de monitoramento exemplo para estudo.
### Containers- Grafana
- Prometheus
- Node-exporter
- Alertmanager
- Cadvisor### Iniciando e acessando Stack
```ssh
$ docker-compose up -d --build
```### Acessando containers
```ssh
$ docker container ls
$ docker exec -ti container_name sh
```### Acessando via Browser
- Grafana [http://localhost:3000](http://localhost:3000) (admin/admin)
- Prometeus [http://localhost:9090](http://localhost:9090)### Documentação oficial para consulta
- Grafana Dasboards [https://grafana.com/grafana/dashboards](https://grafana.com/grafana/dashboards).
- Grafana Documentação [https://grafana.com/docs/](https://grafana.com/docs/)
- Prometheus [https://prometheus.io/](https://prometheus.io/)
- CAdvisor [https://github.com/google/cadvisor](https://github.com/google/cadvisor)
- Node-Exporter [https://github.com/prometheus/node_exporter](https://github.com/prometheus/node_exporter)