Problems setting up initial scan after install

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
mdifiglia
Posts: 15
Joined: Mon Jun 13, 2016 10:59 am

Problems setting up initial scan after install

Post by mdifiglia »

Installed Nagios on VMWare from OVA file OK, but can't get an initial scan to work. Possible issue with MySQL?
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Problems setting up initial scan after install

Post by rkennedy »

Can you show us a screenshot of what you're referring to when you say 'can't get an initial scan to work'?
Former Nagios Employee
mdifiglia
Posts: 15
Joined: Mon Jun 13, 2016 10:59 am

Re: Problems setting up initial scan after install

Post by mdifiglia »

I tried the Auto-Discovery for my subnet and it didn't pull any results. I also tried the configuration wizard for the website URL monitoring.
Auto-Discover.JPG
Website URL.JPG
You do not have the required permissions to view the files attached to this post.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Problems setting up initial scan after install

Post by rkennedy »

From the command line of Nagios, can you run nmap 190.200.0.0/24 and post the full result? That's all this command is doing under the hood.

As for the wizards not working, could you elaborate? The website URL monitor should work. Please post your /etc/hosts file, a screenshot of your Admin -> System Settings page, and inform us what URL you are accessing the GUI using.
Former Nagios Employee
mdifiglia
Posts: 15
Joined: Mon Jun 13, 2016 10:59 am

Re: Problems setting up initial scan after install

Post by mdifiglia »

attachment=0]NMAP.JPG[/attachment]
You do not have the required permissions to view the files attached to this post.
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Problems setting up initial scan after install

Post by bwallace »

Thanks for running the nmap scan manually. What network configuration are you using in your guest - bridged, NAT, host-only, some other custom? We'll need to know this. Also, from the Nagios server, are you able to ping a host or two on that subnet?
Be sure to check out the Knowledgebase for helpful articles and solutions!
mdifiglia
Posts: 15
Joined: Mon Jun 13, 2016 10:59 am

Re: Problems setting up initial scan after install

Post by mdifiglia »

attachment=0]Admin_settings.JPG[/attachment]
You do not have the required permissions to view the files attached to this post.
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Problems setting up initial scan after install

Post by bwallace »

Thanks, but that screenshot isn't related to the the questions asked in the previous post -- can you answer those questions?
Be sure to check out the Knowledgebase for helpful articles and solutions!
mdifiglia
Posts: 15
Joined: Mon Jun 13, 2016 10:59 am

Re: Problems setting up initial scan after install

Post by mdifiglia »

I'm able to ping IP's and FQDN's with no problem from the nagios server.
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Problems setting up initial scan after install

Post by bwallace »

Excellent, thanks for those details. Given you can ping all hosts from XI without issue, then I suspect something with the vmware network configuration you're using in your guest - do you know if it is: bridged, NAT, host-only, some other custom?

Additionally, another quick test is to add the '-Pn' option to an nmap scan like so:
nmap -Pn 190.200.0.0/24
Could you run that and post the output here?
Be sure to check out the Knowledgebase for helpful articles and solutions!
Locked