This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Monitoring
Veerendra edited this page Apr 21, 2023
·
7 revisions
Info | Status |
---|---|
Default Credentials for Grafana | - Username: admin - Password: changeme
|
Traefik Reverse Proxy Location | - /grafana - /prometheus
|
- Docker swarm stack services/monitoring
Docker containers in this stack
- Prometheus
- Grafana
- cAdvisor
- Blackbox exporter
- Node exporter
- Speedtest exporter
- Traefik reverse proxy is configured with labels
Config | Description |
---|---|
services/monitoring/grafana | Grafana related |
services/monitoring/prometheus | Prometheus related |
services/monitoring/blackbox | Blackbox related |
$ cd services/monitoring
$ tree .
.
├── blackbox
│ └── blackbox.yml
├── docker-stack.yml
├── grafana
│ └── provisioning
│ ├── dashboards
│ │ ├── blackbox.json
│ │ ├── dashboard.yml
│ │ ├── docker_containers.json
│ │ ├── docker_host.json
│ │ ├── internet-connection.json
│ │ ├── monitor_services.json
│ │ └── node-exporter-full.json
│ └── datasources
│ └── datasource.yml
├── prometheus
│ ├── alert.rules
│ ├── pinghosts.yml
│ └── prometheus.yml
└── secrets
└── grafana_admin_password.txt
8 directories, 14 files