10 messages in ru.sysoev.nginxRe: Idea: Zeroconf/Avahi support?
FromSent OnAttachments
Cliff WellsMar 9, 2009 11:42 am 
Dave CheneyMar 9, 2009 2:04 pm 
Cliff WellsMar 9, 2009 3:04 pm 
Manlio PerilloMar 9, 2009 3:25 pm 
Marcus ClyneMar 9, 2009 3:26 pm 
Marcus ClyneMar 9, 2009 3:51 pm 
Cliff WellsMar 9, 2009 3:55 pm 
Marcus ClyneMar 10, 2009 2:10 am 
Manlio PerilloMar 11, 2009 7:08 am 
Marcus ClyneMar 11, 2009 7:52 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Idea: Zeroconf/Avahi support?Actions...
From:Marcus Clyne (eug@gmail.com)
Date:Mar 11, 2009 7:52:18 am
List:ru.sysoev.nginx

This is already feasible without touching Nginx code.

Just write a small server (in a language like Python), than when a new upstream is available, modify the Nginx configuration file and send an HUP signal to the Nginx process.

Sounds like a better idea, though I'm in Nginx-hacking mode at the moment so didn't think of it. ;-)

It would be pretty easy to adapt it to other servers, too - you'd just need to change the output configuration.

Perhaps this type of monitor already exists, if not for Nginx for something else.

Marcus.