Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real-time monitoring system using Nginx Vhost Traffic Status (VTS) pl… #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

heikkiorsila
Copy link
Contributor

…ugin

Statistics are fetched once per minute from VTS. The system assumes a modified
VTS that is hosted at https://github.com/Seravo/nginx-module-vts.

vtsaggregator.py produces milliseconds-like output by aggregating statistics
from the module.

Notes:

  • vtsaggregator.py ignores 503 status code in 5xx aggregation (a milliseconds
    policy).

Related #5

@heikkiorsila heikkiorsila requested a review from ottok December 10, 2020 12:43
@heikkiorsila heikkiorsila added the enhancement New feature or request label Dec 10, 2020
@heikkiorsila
Copy link
Contributor Author

Note: typevalidator.py is a Python module that I have been using in many projects to validate Python/JSON type information. It is available from the bencodetools library: https://gitlab.com/heikkiorsila/bencodetools

@heikkiorsila heikkiorsila force-pushed the vtsaggregator-0 branch 2 times, most recently from 6a398a1 to b43b8d8 Compare December 11, 2020 08:10
@ottok
Copy link
Contributor

ottok commented Dec 12, 2020

Looks good! Skimmed through quickly, will test more later.

…ugin

Statistics are fetched once per minute from VTS. The system assumes a modified
VTS that is hosted at https://github.com/Seravo/nginx-module-vts.

vtsaggregator.py produces milliseconds-like output by aggregating statistics
from the module.

Notes:

* vtsaggregator.py ignores 503 status code in 5xx aggregation (a milliseconds
  policy).

Related #5
@heikkiorsila
Copy link
Contributor Author

@ottok Please take a look.

@ypcs ypcs removed the request for review from ottok June 2, 2022 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants