Skip to content

Application in HTML to draw charts for represent nginx stub status

Notifications You must be signed in to change notification settings

dioubernardo/nginxStubStatusCharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Nginx stub status Charts

Application written in HTML5 and Javascript to represent the nginx stub status server-status data with graphs.

Usage

Copy status.html to your server and run in a browser. The application automatically reads the data from /nginx_status.

Prerequisites

location /nginx_status {
   stub_status;
}
  • Make sure the computer you want to view the data has access to /nginx_status
  • Edit status.html and set maxConections in line 23

It is advisable to run the status.html locally on the server to be monitored to avoid cross-domain problems (and prevent unwanted peeping).

For further information contact http://bernardosilva.com.br/#contato

About

Application in HTML to draw charts for represent nginx stub status

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages