mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
Simple server that scrapes Nginx vts stats and exports them via HTTP for Prometheus consumption. WWW: https://github.com/hnlq715/nginx-vts-exporter Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D22705
13 lines
359 B
Text
13 lines
359 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
nginx-vts-exporter was successfully installed.
|
|
|
|
By default the exporter is passed no arguments and runs with its own defaults,
|
|
this means it expects to find Nginx VTS status at http://localhost/status.
|
|
|
|
You may wish to reconfigure this by setting:
|
|
nginx_vts_exporter_args="-nginx.scrape_uri http://nginx/status/url"
|
|
EOM
|
|
}
|
|
]
|