I am new to Nagios.
I have installed the VMplayer and downloaded the Nagiosxi VMware virtual machine image. Installation and setup is completed and I can logon to the dashboard using Internet Explorer on the local machine where the VMplayer is running. However, if I go to another workstation and attempt to connect IE reports, " Internet Explorer cannot display the webpage ". The machines are on the same subnet, the VM network adapter is set to "bridged" and the Windows machines do not have the firewalls enabled.
Can anyone help with why this would not be working?
Nagios Xi in VMplayer
Re: Nagios Xi in VMplayer
Can you ping the ip of the nagios server from the other windows box and vice versa (ping the windows server from the nagios vm)?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Nagios Xi in VMplayer
Also, see what do you have in the apache access log - run:
Code: Select all
grep <ip address of the machine that you are trying to access XI from> --color /var/log/httpd/access_logBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios Xi in VMplayer
Yesabrist wrote:Can you ping the ip of the nagios server from the other windows box and vice versa (ping the windows server from the nagios vm)?
vmplayer host workstation xxx.xxx.xxx.85
vmplayer xxx.xxx.xxx.88
Both addresses respond to pings
Last edited by perezlou on Mon Jul 22, 2013 2:41 pm, edited 2 times in total.
Re: Nagios Xi in VMplayer
The remote terminal and the VMplayer host are both Windows XP SP3lmiltchev wrote:Also, see what do you have in the apache access log - run:
Code: Select all
grep <ip address of the machine that you are trying to access XI from> --color /var/log/httpd/access_log
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Nagios Xi in VMplayer
This command needs to be run on the nagios system, not on the windows machine. You can access this via vmware's console interface or ssh.
Code: Select all
grep <ip address of the machine that you are trying to access XI from> --color /var/log/httpd/access_logNagios-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.