Display FQDNs on mouse over

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
User avatar
snapon_admin
Posts: 952
Joined: Mon Jun 10, 2013 10:39 am
Location: Kenosha, WI
Contact:

Re: Display FQDNs on mouse over

Post by snapon_admin »

Any updates?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Display FQDNs on mouse over

Post by lmiltchev »

I sent you a PM.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
snapon_admin
Posts: 952
Joined: Mon Jun 10, 2013 10:39 am
Location: Kenosha, WI
Contact:

Re: Display FQDNs on mouse over

Post by snapon_admin »

I saw that, thanks. Forwarded that response on to my Unix admin. Staying warm up there? :P
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Display FQDNs on mouse over

Post by lmiltchev »

Staying warm up there? :P
It's a great weather - no flies, to mosquitoes! :) God, I love Minnesota!

Let us know what your Unix admin had to say.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
snapon_admin
Posts: 952
Joined: Mon Jun 10, 2013 10:39 am
Location: Kenosha, WI
Contact:

Re: Display FQDNs on mouse over

Post by snapon_admin »

Sent you a PM with his reply.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Display FQDNs on mouse over

Post by sreinhardt »

Great, Jake\Lmiltchev are taking a look!
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
User avatar
snapon_admin
Posts: 952
Joined: Mon Jun 10, 2013 10:39 am
Location: Kenosha, WI
Contact:

Re: Display FQDNs on mouse over

Post by snapon_admin »

Any updates on this?
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: Display FQDNs on mouse over

Post by jomann »

So from what I can tell, this is a DNS issue and not a bug. I've done some testing here and our boxes here and I haven't been able to make this happen in our internal network and all the defined DNS works for our workstations and outside sources that the netflow data records. So when you go to google, you can find google's IP address and hover over it and it shows up with the google server's hostname. This makes me think that the DNS is not set up in a way that the PHP gethostbyaddr function (http://us3.php.net/gethostbyaddr) can look up the hostname based on the IP address alone (doing the actual reverse dns lookup) for whatever reason. Unfortunately this function that gets the hostname wasn't created by us and not a part of network analyzer code and since it's a standard function that comes with PHP we can't do much about the actual functionality. I'm told it works the same as the C gethostbyaddr but I am not 100% sure on that. I'm sorry that we couldn't be more help with this issue!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Display FQDNs on mouse over

Post by lmiltchev »

@ snapon_admin
Let us know if jomann's post answered your question.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
snapon_admin
Posts: 952
Joined: Mon Jun 10, 2013 10:39 am
Location: Kenosha, WI
Contact:

Re: Display FQDNs on mouse over

Post by snapon_admin »

sorry it took me so long to respond to this. We were checking everything on our end and found no issues with DNS or anything that would be causing the issue from there. I decided on a whim to move the entries for the DNS servers that the non-working IPs were using to the top of the list in the resolv.conf file and that fixed the issue. I'm guessing that since NNA was able to resolve hostnames on some of the hosts using the first couple of entries in the conf that it just stopped looking at the other entries or something. Not sure if that's intended behavior or not, but either way the issue is resolved now. Thanks for your help!
Locked