Blank web interface
Blank web interface
We have Nagios xi installed with vmware vSphere client on server probably and my task is to bring up the web interface.
Unfortunetly when i try to enter [url]http://<machine_ip>/nagios[/url] i have blank page.
Can you pls help.
Unfortunetly when i try to enter [url]http://<machine_ip>/nagios[/url] i have blank page.
Can you pls help.
Re: Blank web interface
What version of XI are you running?
What OS and version?
Do you get results when going to http://<machine_ip>/nagiosxi at all?
Can you post your /var/log/httpd/error_log file?
What OS and version?
Do you get results when going to http://<machine_ip>/nagiosxi at all?
Can you post your /var/log/httpd/error_log file?
Former Nagios employee
Re: Blank web interface
I must admit I'm a total beginer in Nagios and forgot most of Linux, I know OS is CentOS 6.5.
Can you tell me command to check version?
From this command:
It's Nagios Core 4.0.7
I have no results when accessing that adress.
error_log:
Can you tell me command to check version?
From this command:
Code: Select all
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfgI have no results when accessing that adress.
error_log:
Code: Select all
[warn] RSA server certificate CommonName (CN) '10.10.3.169' does not match server name!?
[notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips configured --resuming normal operations
- tylerhoadley
- Posts: 43
- Joined: Tue Jul 02, 2013 1:41 pm
Re: Blank web interface
What about just http://<ServerIP>
Does this work....
is the httpd service running...
# /etc/init.d/httpd status
Does this work....
is the httpd service running...
# /etc/init.d/httpd status
Re: Blank web interface
On [url]http://<ip_machine>[/url] pops out web site from vmware.
Http is running.
Http is running.
Re: Blank web interface
Wait, are you trying to install Nagios XI on the same machine that you have vSphere running on? That is very unlikely to work and not something we would recommend or support.Fenos wrote:We have Nagios xi installed with vmware vSphere client on server probably and my task is to bring up the web interface.
[...]
On [url]http://<ip_machine>[/url] pops out web site from vmware.
Former Nagios employee
Re: Blank web interface
By using vSphere client I access Virtual Machines including my Nagios console. There are several VM set inside vSphere client. I have server on ip 10.10.3.169. I set that ip staticly for eth0 in nagios console, and I want to see the web interface when I type http://10.10.3.169/nagiosWait, are you trying to install Nagios XI on the same machine that you have vSphere running on? That is very unlikely to work and not something we would recommend or support.
Can it be done? Or maybe i did sth wrong?
Do I have to set diffrent IP or there can be some mistake within my config files?
Re: Blank web interface
It's curios however that when I try to change static IP to DHCP I have error for Determing IP information for eth0.
My ifcfg-eth0 file looks like this:
Have you got any sugestions?
My ifcfg-eth0 file looks like this:
Code: Select all
BOOTPROTO=dhcp
ONBOOT=yes
TYPE=Ethernet
DEVICE=eth0
HWADDR=00:0c:29:b3:41:2b
USERCTL=no
IPV6INIT=no
DNS2=10.10.3.10
DNS1=10.10.3.5
PEERDNS=yes
Re: Blank web interface
error_log:
I have tinkered a little and that's my error_log from httpd. Any ideas now?
Code: Select all
[notice] caught SIGTERM, shutting down
[notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[notice] Digest: generating secret for digest authentication...
[notice] Digest: done
[notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips configured --resuming normal operations
Re: Blank web interface
Can you ping the nagios server from you workstation?
Can you post your apache vhost file?
Can you post your apache vhost file?
Code: Select all
/etc/httpd/conf.d/nagiosFormer 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.