Hi,
I have tried setting up Nagios XI on a Windows 2003 server. I have installed vm player and moutned the image but i can't get logged into the interface. I get a page under construction error in the browser. See attached error and config.
Thanks for any help.
setup issue
setup issue
You do not have the required permissions to view the files attached to this post.
Re: setup issue
Ok, that IP you're trying to connect to is localhost. However it was very helpful that you attached the screenshot as it allows me to see that your real network connection (eth0) did not get an IP address.
Can you type the following into the Nagios XI virtual machine and show me what it returns?
cat /etc/sysconfig/network-scripts/ifcfg-eth0
* Note what that returns in one screenshot
service network restart
* Note what the returns in another screenshot
Also, under Devices (in the VMware Player menu) can you make sure that there is Network device connected?
Can you type the following into the Nagios XI virtual machine and show me what it returns?
cat /etc/sysconfig/network-scripts/ifcfg-eth0
* Note what that returns in one screenshot
service network restart
* Note what the returns in another screenshot
Also, under Devices (in the VMware Player menu) can you make sure that there is Network device connected?
Nicholas Scott
Former Nagios employee
Former Nagios employee
Re: setup issue
Thanks for the reply. I got all the settings that you requested. See attached.
You do not have the required permissions to view the files attached to this post.
Re: setup issue
SCW,
There it was! In your VMware Player go to Devices > Network Adapter > Connect
That should connect the device. Then do a service network restart, that should give you an IP. The IP it gives will be in the same subnet as the computer its running on, so after the service network restart do an ifconfig and try and connect to whatever IP it gives back.
There it was! In your VMware Player go to Devices > Network Adapter > Connect
That should connect the device. Then do a service network restart, that should give you an IP. The IP it gives will be in the same subnet as the computer its running on, so after the service network restart do an ifconfig and try and connect to whatever IP it gives back.
Nicholas Scott
Former Nagios employee
Former Nagios employee
Re: setup issue
Thanks for that i think we are getting there but it's still giving me the same issue. It did connect fine and i did the restart and checked the ip i get the same issue when i do http://127.0.0.1 as when i use the ip from the vmware network card that i can access from my 2003 server.
what's next
what's next

You do not have the required permissions to view the files attached to this post.
Re: setup issue
SCW,
Can you confirm that you're not using DHCP. Based on the screenshot of your Windows VM it doesn't look like you are. If you are not using DHCP and need to define a static IP we can do that but I'd like you to confirm that you are in face not using DHCP.
Can you confirm that you're not using DHCP. Based on the screenshot of your Windows VM it doesn't look like you are. If you are not using DHCP and need to define a static IP we can do that but I'd like you to confirm that you are in face not using DHCP.
Nicholas Scott
Former Nagios employee
Former Nagios employee
Re: setup issue
Hi,
I'm not too sure about DHCP, does the attached file help?
I'm not too sure about DHCP, does the attached file help?
You do not have the required permissions to view the files attached to this post.
Re: setup issue
SCW,
When you go to your Virtual Machine Settings, what does it say about your Network Adapter - "Bridged" or "NAT". It it is "NAT", change it to "Bridged", and try again. You may still have to run:
Check to see what kind of IP are you getting with:
Hope this helps.
When you go to your Virtual Machine Settings, what does it say about your Network Adapter - "Bridged" or "NAT". It it is "NAT", change it to "Bridged", and try again. You may still have to run:
Code: Select all
service network restart
Code: Select all
ifconfig
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: setup issue
I have now resolved this, thanks for your help.
By setting the network settings from bridge to NAT then restarting the network service. Now i just have to figure out how to use it
Thanks again.
By setting the network settings from bridge to NAT then restarting the network service. Now i just have to figure out how to use it

Thanks again.
Re: setup issue
Great! I'm glad I could help! Thanks for the feedback!
Be sure to check out our Knowledgebase for helpful articles and solutions!