BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: {bb} DNS resolve issue



In <cedd3ced0511230723g528fb77as80af537acb53275a@mail.gmail.com> Jason Beltrame <jbeltrame@gmail.com> writes:

>Is there a way to have bb use multiple entries in the resolve.conf file? We
>had an issue where the first server listed in the resolve.conf file had to
>be restarted, and all http checks went down due to dns issues.  Now the
>second entry was up and resolving.  Is there a way bb can check both?

BB doesn't read that file directly, it does name resolution through your
systems' gethostbyname() library routine. I would expect that to use
all of the entries in the resolv.conf configuration, unless the first
one was responding with wrong answers (e.g. if the first server responds
"hostname does not exist", then the gethostbyname() routine won't bother
with querying the second server, since it already did get a reply).

But exactly how it behaves depends on your OS' implementation of the
resolver library.


Regards,
Henrik

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index