Page 3 of 3

Re: Getting started with Nagios core but no Web Page? Help!

Posted: Wed Sep 07, 2016 12:39 pm
by eloyd
I'm at a loss at this point other than network firewall.

Re: Getting started with Nagios core but no Web Page? Help!

Posted: Wed Sep 07, 2016 12:53 pm
by markharrison
eloyd wrote:I'm at a loss at this point other than network firewall.
No problem.... so am I. Thank you though Eric for your time and effort. It's a new server so I might blow it away and start again.

Re: Getting started with Nagios core but no Web Page? Help!

Posted: Wed Sep 07, 2016 1:03 pm
by eloyd
No problem. This is what I do in my spare time. :-)

Re: Getting started with Nagios core but no Web Page? Help!

Posted: Wed Sep 07, 2016 4:40 pm
by tgriep
Can you check the Apache error logs and see if you find an error in them that could help out?
The files should be in this folder

Code: Select all

/var/log/httpd
Also, RHEL 7 had another firewall, try running this to stop that one and see if it works for you.

Code: Select all

service firewalld stop
Then try and see if you can access the server.

Re: Getting started with Nagios core but no Web Page? Help!

Posted: Thu Sep 08, 2016 4:32 am
by markharrison
tgriep wrote:Can you check the Apache error logs and see if you find an error in them that could help out?
The files should be in this folder

Code: Select all

/var/log/httpd
Also, RHEL 7 had another firewall, try running this to stop that one and see if it works for you.

Code: Select all

service firewalld stop
Then try and see if you can access the server.
Hi,

You sir are an absolute star!! I have an authentication log in prompt. Eric was also correct that it was a firewall. Thank you Eric, sorry I didn't believe you as I thought the only firewall was IPTables.

I didn't know RHEL used a firewall service. Thanks tgriep. I'll have to change the password now as I can't remember it ...... lol

Thank you so much guys for all your help and patience. Really appreciate it. Wooo Hooo!

Mark

Re: Getting started with Nagios core but no Web Page? Help!

Posted: Thu Sep 08, 2016 8:08 am
by eloyd
Aw, you know, I never caught (or overlooked) that you were on RHEL. Good catch, @tg.

Glad I could help, Mark.

Re: Getting started with Nagios core but no Web Page? Help!

Posted: Thu Sep 08, 2016 10:18 am
by rkennedy
Awesome to see this worked out. Are we good to mark this thread as resolved?