Skip to main content
This is a community guide and is not officially supported. If you have any issues, please reach out to the author.
This is a basic example of collecting metrics from Traefik and CrowdSec using Prometheus and visualizing them with Grafana dashboards.
Important for users with low-powered server (1GB RAM): This setup will increase the use of your server RAM.

Configuration

Traefik

For claiming metrics from Traefik we have to adjust some configuration files.
  1. Update the docker-compose.yml file of the Pangolin stack to expose metrics port 8082 for the Prometheus connection:
Docker’s NAT-based port publishing feature automatically exposes all ports: defined in docker-compose file. This behavior can bypass your host firewall settings, potentially exposing services that you did not intend to make public. Please see complete warning about exposing ports.
  1. Update the /config/traefik/traefik_config.yml file to include the following:
  1. Restart the Gerbil and Traefik container to apply the changes:

Crowdsec

For claiming metrics from Crowdsec we have to adjust the docker compose files.
  1. Update the docker-compose.yml file of the Pangolin stack to expose metrics port 6060 for the Prometheus connection:
Docker’s NAT-based port publishing feature automatically exposes all ports: defined in the docker-compose file on all network interfaces. This behavior can bypass your host firewall settings, potentially exposing services that you did not intend to make public. Please see complete warning about exposing ports.
  1. Restart the Crowdsec container to apply the changes:

Prometheus

  1. Create a new Prometheus container or add it to docker-compose.yml of Pangolin stack:
Docker’s NAT-based port publishing feature automatically exposes all ports: defined in the docker-compose file on all network interfaces. This behavior can bypass your host firewall settings, potentially exposing services that you did not intend to make public. Please see complete warning about exposing ports.
  1. Create a prometheus.yml file in the /config/prometheus directory with the following content:
  1. Create a folder data in /config/prometheus and change the owner and owning group:
  1. Start the Prometheus container:

Grafana

  1. Create a new Grafana container or add it to docker-compose.yml of Pangolin stack:
Docker’s NAT-based port publishing feature automatically exposes all ports: defined in the docker-compose file on all network interfaces. This behavior can bypass your host firewall settings, potentially exposing services that you did not intend to make public. Please see complete warning about exposing ports.
  1. Start the Grafana container:
Default login credentials for Grafana admin user is admin:admin.

Add Prometheus Connection

Add the Prometheus connection under Connections -> Add new connection. Set http://172.17.0.1:9090 as Prometheus Server URL and click Save & test.

Add Dashboard

Add a Dashboard under Dashboard -> New -> Import and import a pre configured Dashboard or create your own.

Traefik

Traefik Dashboard

Traefik Dashboard

Template Import ID = 17346 https://grafana.com/grafana/dashboards/17346-traefik-official-standalone-dashboard/

Crowdsec

https://github.com/crowdsecurity/grafana-dashboards/tree/master