vozlt/nginx-module-vts

Nginx virtual host traffic status module

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 37 minutes ago
Type:Plugin / ExtensionCategory(s):Observability & MonitoringDevOps & Observability
Added to GitGenius on September 19th, 2026
Created on February 13th, 2015
Open Issues & Pull Requests: 11 (+0)
GitHub issues: Enabled
Number of forks: 489
Total Stargazers: 3,502 (+0)
Total Subscribers: 122 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 6
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,514 days
Stale 30+ days: 4
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (22)
  • enhancement (18)
  • bug (16)
  • compatibility (1)
  • document (1)
  • feature (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Nginx-module-vts is an Nginx module that provides virtual host traffic status monitoring. The module collects and exposes traffic statistics for Nginx virtual hosts, allowing operators to track request volumes, bandwidth usage, and other metrics directly from the web server without requiring external monitoring infrastructure. It works by instrumenting Nginx request processing to gather statistics in real time and making this data available through a configurable status endpoint.

The tool suits operators who need built-in traffic visibility for their Nginx deployments and want to avoid the overhead of external monitoring agents. It is particularly useful for environments where lightweight, integrated monitoring is preferred over separate monitoring stacks. The module integrates directly into Nginx, requiring compilation as part of the Nginx build process, which means it is best suited for deployments where custom Nginx builds are feasible.

Development activity on the project shows consistent maintenance with regular updates addressing issues and improvements. The codebase remains actively refined, with attention paid to stability and compatibility across Nginx versions. The project demonstrates a focus on keeping the module functional and relevant within the Nginx ecosystem.