Skip to content

Simple server that scrapes nginx stats and exports them via HTTP for Prometheus consumption

License

Notifications You must be signed in to change notification settings

AnchorFree/nginx-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 run -d -p 9113:9113 anchorfree/nginx-exporter:master \
    -nginx.scrape_uri=http://172.17.42.1/nginx_status

About

Simple server that scrapes nginx stats and exports them via HTTP for Prometheus consumption

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%