Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Monitoring

Veerendra edited this page Apr 21, 2023 · 7 revisions

Monitoring

Info Status
Default Credentials for Grafana - Username: admin
- Password: changeme
Traefik Reverse Proxy Location - /grafana
- /prometheus

Stack Info

Docker containers in this stack

  • Prometheus
  • Grafana
  • cAdvisor
  • Blackbox exporter
  • Node exporter
  • Speedtest exporter

Configuration

  • 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

References

Clone this wiki locally