Skip to content

ZigzagAK/nginx-resty-auto-healthcheck-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx with healthchecks

This configuration contains modules to support healthchecks (http and stream) in opensource nginx version.

Table of Contents

Dependencies

This module has several dependencies:

Install

Build nginx with healthchecks. All dependencies are downloaded automaticaly.

Pre requirenments (for example centos/redhat)

sudo yum install gcc-c++.x86_64 zlib-devel openssl-devel

Build

git clone git@github.com:ZigzagAK/nginx-resty-auto-healthcheck-config.git
cd nginx-resty-auto-healthcheck-config
./build.sh

Archive will be placed in the install folder after successful build.

UI

UI displays upstream status. Available on http://127.0.0.1:8181/status/http for http upstreams and http://127.0.0.1:8181/status/stream for stream upstreams.

UI

Back to TOC