Re: Nginx sending notification

2015-08-11 Thread nginxsantos
Is there a way I can do a HTTP POST from inside Nginx? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260738,260947#msg-260947 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx sending notification

2015-08-04 Thread itpp2012
What about Lua? I could image something with Lua->fastcgi sending a GET to another server via simple tcp with status information the other nginx server can act upon. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260738,260739#msg-260739 ___

Nginx sending notification

2015-08-04 Thread nginxsantos
Hi, I want to send a notification from Nginx to another remote server when the health of any configured upstream server changes. Is there any module available for this. I was able to get that working through "salt" , but I need something better, Any suggestions?? Regards, Santos Posted at Nginx