Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 598 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 598 Bytes

Nginx Exporter for Prometheus

This is a simple server that periodically scrapes nginx stats and exports them via HTTP for Prometheus consumption.

To run it:

./nginx_exporter [flags]

Help on flags:

./nginx_exporter --help

Getting Started

Using Docker

docker pull fish/nginx-exporter

docker run -d -p 9113:9113 fish/nginx-exporter \
    -nginx.scrape_uri=http://172.17.42.1/nginx_status