Web Interface not launching
-
estherpeddi
- Posts: 22
- Joined: Thu Feb 07, 2013 4:50 pm
Web Interface not launching
Web Interface not launching, please help!!!
Re: Web Interface not launching
Do you get a 404, a "whoops", or a "sorry dave..."?
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.
-
estherpeddi
- Posts: 22
- Joined: Thu Feb 07, 2013 4:50 pm
Re: Web Interface not launching
Yes error is HTTP40 - "The webpage cannot be found"
Thanks for your response.
Thanks for your response.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Web Interface not launching
Lets start with the simplest thing first, restarting apache, from the command line run the following:
Code: Select all
service httpd restart-
estherpeddi
- Posts: 22
- Joined: Thu Feb 07, 2013 4:50 pm
Re: Web Interface not launching
Can you please post the code again and confirm restarting apache on the virtual machine?
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Web Interface not launching
Yes, the command used to restart apache would be:
This should return:
Code: Select all
service httpd restartCode: Select all
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
-
estherpeddi
- Posts: 22
- Joined: Thu Feb 07, 2013 4:50 pm
Re: Web Interface not launching
Ok, web service has been restarted.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Web Interface not launching
Are you able to log into the web interface now? Be sure you are trying to connect to the correct IP. From your command line run:
And use the as the IP for your nagios server.
Code: Select all
ifconfigCode: Select all
inet addr:-
estherpeddi
- Posts: 22
- Joined: Thu Feb 07, 2013 4:50 pm
Re: Web Interface not launching
No luck, now I see a new ip address and this doesnt work either.
Error - 'Internet explorer cannot display the webpage"
Error - 'Internet explorer cannot display the webpage"
Re: Web Interface not launching
Run the following commands in terminal and show us the output:
Also, open a web browser, and type in the address bar:
and post a screenshot of what you see.
Code: Select all
ifconfig
iptables -L -n
sestatusCode: Select all
http://<your_nagios_server_IP_address>/nagiosxiBe sure to check out our Knowledgebase for helpful articles and solutions!