Announcing the upstream status module

Arvind Jayaprakash work at anomalizer.net
Mon Apr 12 20:48:33 MSD 2010


This module provides a handler called upstream_status that can be used
as follows:

location /foo {
	  upstream_status;
}


It reports all the upstream blocks configured for this server. For
upstreams managed using the round robin (default upstream), it lists all
the backends configured in a block and indicates the current status
(up/down)

http://github.com/anomalizer/ngx_upstream_status


Improvements are welcome.



More information about the nginx mailing list