Search found 13 matches
- Thu Sep 08, 2016 4:32 am
- Forum: Open Source Nagios Projects
- Topic: Getting started with Nagios core but no Web Page? Help!
- Replies: 26
- Views: 12879
Re: Getting started with Nagios core but no Web Page? Help!
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 /var/log/httpd Also, RHEL 7 had another firewall, try running this to stop that one and see if it works for you. service firewalld stop Then try and see if you can access...
- Wed Sep 07, 2016 12:53 pm
- Forum: Open Source Nagios Projects
- Topic: Getting started with Nagios core but no Web Page? Help!
- Replies: 26
- Views: 12879
Re: Getting started with Nagios core but no Web Page? Help!
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.eloyd wrote:I'm at a loss at this point other than network firewall.
- Wed Sep 07, 2016 12:31 pm
- Forum: Open Source Nagios Projects
- Topic: Getting started with Nagios core but no Web Page? Help!
- Replies: 26
- Views: 12879
Re: Getting started with Nagios core but no Web Page? Help!
[root@rlwusit02 ~]# service iptables stop
Redirecting to /bin/systemctl stop iptables.service
Failed to stop iptables.service: Unit iptables.service not loaded.
[root@rlwusit02 ~]#
Still timesout.....
Redirecting to /bin/systemctl stop iptables.service
Failed to stop iptables.service: Unit iptables.service not loaded.
[root@rlwusit02 ~]#
Still timesout.....
- Wed Sep 07, 2016 12:21 pm
- Forum: Open Source Nagios Projects
- Topic: Getting started with Nagios core but no Web Page? Help!
- Replies: 26
- Views: 12879
Re: Getting started with Nagios core but no Web Page? Help!
OK, file changed to 'listen 81' (I had to use vi for that, thanks :( lol) Didn't work for FQDN or IP Address ..... This site can’t be reached rlwusit02.xxx.com took too long to respond. Search Google for tsit02 nagios ERR_CONNECTION_TIMED_OUT I have tried the same on a windows server browser next to...
- Wed Sep 07, 2016 11:59 am
- Forum: Open Source Nagios Projects
- Topic: Getting started with Nagios core but no Web Page? Help!
- Replies: 26
- Views: 12879
Re: Getting started with Nagios core but no Web Page? Help!
At this point, I guarantee that you have a firewall or the name of the machine that you are trying to use to connect to your Nagios server is not resolving properly. Can you post the actual URL to your Nagios server? Remember that this will be public, for the entire world to see (thanks to Google) ...
- Wed Sep 07, 2016 11:22 am
- Forum: Open Source Nagios Projects
- Topic: Getting started with Nagios core but no Web Page? Help!
- Replies: 26
- Views: 12879
Re: Getting started with Nagios core but no Web Page? Help!
It sounds like there is a firewall between the client machine and the Nagios machine then. From the Nagios machine, can you verify apache is running? netstat -anp | grep 80 Hi, Sorry it say command not found... [root@rlwusit02 ~]# netstat -anp | grep 80 -bash: netstat: command not found Sorry I a b...
- Wed Sep 07, 2016 11:05 am
- Forum: Open Source Nagios Projects
- Topic: Getting started with Nagios core but no Web Page? Help!
- Replies: 26
- Views: 12879
Re: Getting started with Nagios core but no Web Page? Help!
Try opening up a browser on a PC and try and connect to the server using the example below. http://xxx.xxx.xxx.xxx/nagios/ Replace xxx.xxx.xxx.xxx with the IP address or resolvable DNS name. It should prompt you to enter in the username and password to login in. Try that and let me know. The 401 er...
- Wed Sep 07, 2016 11:03 am
- Forum: Open Source Nagios Projects
- Topic: Getting started with Nagios core but no Web Page? Help!
- Replies: 26
- Views: 12879
Re: Getting started with Nagios core but no Web Page? Help!
Try this and post the results: grep -r "Listen" /etc/httpd/conf* Hi eloyd, Here is the output:- [root@rlwusit02 ~]# grep -r "Listen" /etc/httpd/conf* /etc/httpd/conf/httpd.conf:# Listen: Allows you to bind Apache to specific IP addresses and/or /etc/httpd/conf/httpd.conf:# Chang...
- Wed Sep 07, 2016 3:52 am
- Forum: Open Source Nagios Projects
- Topic: Getting started with Nagios core but no Web Page? Help!
- Replies: 26
- Views: 12879
Re: Getting started with Nagios core but no Web Page? Help!
Can you post the Nagios Apache config file? /etc/httpd/conf.d/nagios.conf Then, run the following commands and post the output. ls -l /usr/local/nagios/share ls -l /usr/local/nagios/etc/ I want to see if the config file is correct and that the folders where the files are exist. Hi tgriep, thank you...
- Wed Sep 07, 2016 3:42 am
- Forum: Open Source Nagios Projects
- Topic: Getting started with Nagios core but no Web Page? Help!
- Replies: 26
- Views: 12879
Re: Getting started with Nagios core but no Web Page? Help!
Then you have one of two things going on: 1) There is a firewall 2) You are using a FQDN that does not translate. Hi eloyd. I haven't got a firewall between the server and the client. IPTables aren't being used neither. I can ping the server and connect over ssh. httpd status says its running but a...