ports/www/nginx-vts-exporter/pkg-message
Jochen Neumeister e77b8dab30 New Port: www/nginx-vts-exportr
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
2019-12-08 10:28:13 +00:00

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
}
]