web page wont load
Posted: Mon Feb 17, 2014 10:50 am
An IT guy just added a virtual NIC to the vsphere appliance. This created havoc on the system, it got rebooted, the web page does not load.
When browsing to the url, I do get the "access nagios" front page. When i click on Access nagios to take me to http://10.99.34.100/nagiosxi/, I just get a blank page.
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.32-358.2.1.el6.x86_64 #1 SMP Wed Mar 13 00:26:49 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
I had literally just got it the way I wanted it too 
Does anyone know why adding a 2nd NIC would do this?
More importantly, how can I get the web interface to load again.
Thanks
When browsing to the url, I do get the "access nagios" front page. When i click on Access nagios to take me to http://10.99.34.100/nagiosxi/, I just get a blank page.
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.32-358.2.1.el6.x86_64 #1 SMP Wed Mar 13 00:26:49 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Code: Select all
[root@localhost ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:56:A9:4D:72
inet addr:10.99.34.100 Bcast:10.99.34.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fea9:4d72/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:812 errors:0 dropped:0 overruns:0 frame:0
TX packets:516 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:573265 (559.8 KiB) TX bytes:103876 (101.4 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:162 errors:0 dropped:0 overruns:0 frame:0
TX packets:162 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:80519 (78.6 KiB) TX bytes:80519 (78.6 KiB)
Code: Select all
[root@localhost ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.99.34.0 * 255.255.255.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 1002 0 0 eth0
default 10.99.34.1 0.0.0.0 UG 0 0 0 eth0
Does anyone know why adding a 2nd NIC would do this?
More importantly, how can I get the web interface to load again.
Thanks