All dashboards

Nginx2

Nginx exporter metrics

A simple dashboard for viewer nginx metrics.

Requires nginx-prometheus-exporter to work and enabled stub_status.

Example config to nginx.conf:

  location =/nginx_status {
        stub_status on;
        access_log off;
        allow 127.0.0.1;
        allow 10.250.0.0/16;     # Docker containers IPs
        deny all;
       }
Revisions
RevisionDescriptionCreated

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies