Bug 225833 - www/nginx: add virtual host traffic status (VTS) module option
Summary: www/nginx: add virtual host traffic status (VTS) module option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jochen Neumeister
URL:
Keywords: needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2018-02-11 20:41 UTC by Ruslan Makhmatkhanov
Modified: 2018-05-15 17:43 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (joneum)


Attachments
add virtual host traffic status (VTS) module option (1.96 KB, patch)
2018-02-11 20:41 UTC, Ruslan Makhmatkhanov
no flags Details | Diff
the same patch with typo in desc fixed (1.96 KB, patch)
2018-02-11 20:47 UTC, Ruslan Makhmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2018-02-11 20:41:46 UTC
Created attachment 190519 [details]
add virtual host traffic status (VTS) module option

This nginx module generates nifty vhost traffic stats.
Here is a project homepage:

https://github.com/vozlt/nginx-module-vts
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2018-02-11 20:47:35 UTC
Created attachment 190520 [details]
the same patch with typo in desc fixed

Fix typo in description
Comment 2 Jochen Neumeister freebsd_committer freebsd_triage 2018-04-30 22:22:09 UTC
Hello Ruslan :-)

Thanks for the patch, but the Makefile is the wrong place.
Why do you think VTS should be recorded?

Jochen
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-05-15 17:39:40 UTC
A commit references this bug:

Author: joneum
Date: Tue May 15 17:39:16 UTC 2018
New revision: 470039
URL: https://svnweb.freebsd.org/changeset/ports/470039

Log:
  Add third-party vts (virtual host traffic status) module. [1]

  Speed-up the port's build by enable multiple jobs build. [2]

  Upgrade third-party-module redis2 to version 0.15

  PR:		225833 [1], 228127 [2]

Changes:
  head/www/nginx/Makefile
  head/www/nginx/Makefile.extmod
  head/www/nginx/Makefile.options.desc
  head/www/nginx/distinfo
Comment 4 Jochen Neumeister freebsd_committer freebsd_triage 2018-05-15 17:43:00 UTC
Landed. Thanks