diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2019-12-08 10:28:13 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2019-12-08 10:28:13 +0000 |
commit | e77b8dab3084963698f4d57fd7e8d798705ec49a (patch) | |
tree | 79358d7eea6d056180bfb84cfd53feb3c27d1362 /www/Makefile | |
parent | c86f12f75f1427b99c54ecbf03b70bb14389154f (diff) | |
download | ports-e77b8dab3084963698f4d57fd7e8d798705ec49a.tar.gz ports-e77b8dab3084963698f4d57fd7e8d798705ec49a.zip |
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
Notes
Notes:
svn path=/head/; revision=519285
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index d5421ff07100..c3d08c99f12d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -453,6 +453,7 @@ SUBDIR += nginx-lite SUBDIR += nginx-naxsi SUBDIR += nginx-prometheus-exporter + SUBDIR += nginx-vts-exporter SUBDIR += nibbleblog SUBDIR += nift SUBDIR += node |