Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)