On Mon, Jun 23, 2014 at 8:49 AM, heaven.k3y via gdnsd
<
gdnsd+noreply-APn2wQcqUHlFuCC0SE...@googlegroups.com>
wrote:
> Hi,
> I'm using Centos (Linux) and i don't see any log entries in /var/log/message
> that show failover occuring.
Well, your config needs a few settings, here's what I use:
service_types => {
geoip-test => {
url_path => "/index.html",
down_thresh => 5,
interval => 21,
}
}
Under each resource dcmap section I have:
service_types => geoip-test,
It is also important to point out that each geoip map section needs
double entries like these:
AF => [JNB,EMEA],
OC => [SYD,SIN],
If you need more help please pastebin your config.
-Jim P.