Search found 11 matches
- Sun Oct 11, 2015 4:01 am
- Forum: Open Source Nagios Projects
- Topic: The requested URL /nagios/< was not found on this server.
- Replies: 23
- Views: 16968
Re: The requested URL /nagios/< was not found on this server
Hi Folks, The issue has been resolved. It was really silly mistakes and cost me hours to make it work. The issue was libapache2-mod-php5 package was not installed on Ubuntu machine. There was an error while installing libapache2-mod-php5 . So..what I did? Answer - I reinstalled apache2 and updated t...
- Wed Oct 07, 2015 12:35 am
- Forum: Open Source Nagios Projects
- Topic: The requested URL /nagios/< was not found on this server.
- Replies: 23
- Views: 16968
Re: The requested URL /nagios/< was not found on this server
Okey!! I will follow this document... It will work on port 10080 right?rhassing wrote:maybe you should erase the Nagios rpm packages.
and thanCode: Select all
rpm -qa | grep nagiosFor proper installation you could check:Code: Select all
yum erase <packages>
http://sites.box293.com/nagios/guides/installing-nagios
- Tue Oct 06, 2015 11:35 pm
- Forum: Open Source Nagios Projects
- Topic: The requested URL /nagios/< was not found on this server.
- Replies: 23
- Views: 16968
Re: The requested URL /nagios/< was not found on this server
@rhassing
Think I miss-configured things..
I can reinstall the apache and NagiOS if you suggest me the proper way..
Please help...
@hsmith
Hi Smith,
What you suggest me on this?
TUSHAR
Think I miss-configured things..
I can reinstall the apache and NagiOS if you suggest me the proper way..
Please help...
@hsmith
Hi Smith,
What you suggest me on this?
TUSHAR
- Tue Oct 06, 2015 7:40 am
- Forum: Open Source Nagios Projects
- Topic: The requested URL /nagios/< was not found on this server.
- Replies: 23
- Views: 16968
Re: The requested URL /nagios/< was not found on this server
ls -l /usr/lib/cgi-bin/nagios3 total 3988 -rwxr-xr-x 1 root root 288856 Jan 9 2014 avail.cgi -rwxr-xr-x 1 root root 287416 Jan 9 2014 cmd.cgi -rwxr-xr-x 1 root root 256000 Jan 9 2014 config.cgi -rwxr-xr-x 1 root root 301104 Jan 9 2014 extinfo.cgi -rwxr-xr-x 1 root root 251992 Jan 9 2014 histogram.c...
- Tue Oct 06, 2015 6:14 am
- Forum: Open Source Nagios Projects
- Topic: The requested URL /nagios/< was not found on this server.
- Replies: 23
- Views: 16968
- Tue Oct 06, 2015 5:09 am
- Forum: Open Source Nagios Projects
- Topic: The requested URL /nagios/< was not found on this server.
- Replies: 23
- Views: 16968
Re: The requested URL /nagios/< was not found on this server
It looks like your client is denied by the server. Is there some sort of nagios.conf in the apache config (probably conf.d) directory? Yes : /etc/nagios3/apache.conf # apache configuration for nagios 3.x # note to users of nagios 1.x and 2.x: # throughout this file are commented out sections which ...
- Tue Oct 06, 2015 4:51 am
- Forum: Open Source Nagios Projects
- Topic: The requested URL /nagios/< was not found on this server.
- Replies: 23
- Views: 16968
Re: The requested URL /nagios/< was not found on this server
Are you able to login to nagios? With the credentials set in the htpasswd.users file? Did you check the apache log files? yes I'm able to login using htpasswd.users credentials Apache error log: [ Mon Oct 05 08:39:58.756126 2015] [mpm_prefork:notice] [pid 9778] AH00169: caught SIGTERM, shutting dow...
- Tue Oct 06, 2015 4:32 am
- Forum: Open Source Nagios Projects
- Topic: The requested URL /nagios/< was not found on this server.
- Replies: 23
- Views: 16968
Re: The requested URL /nagios/< was not found on this server
Is it possible to check if the service is indeed listening on port 10080? netstat -tulpn | grep 10080 and maybe find the apache error.log on your system and paste that as well in this forum. Yes the Service is listening on port 10080 tcp6 0 0 :::10080 :::* LISTEN 30156/apache2 One more thing forgot...
- Tue Oct 06, 2015 4:14 am
- Forum: Open Source Nagios Projects
- Topic: The requested URL /nagios/< was not found on this server.
- Replies: 23
- Views: 16968
Re: The requested URL /nagios/< was not found on this server
I would like to see your apache config files. Would you please send them our way? cat /etc/apache2/conf/*.conf cat /etc/apache2/conf.d/*.conf You may also need to open port 10080 on your firewall if you have not done so. Firewall is disabled. Here is the Config File: /etc/apache2/conf/*.conf # This...
- Mon Oct 05, 2015 2:05 pm
- Forum: Open Source Nagios Projects
- Topic: The requested URL /nagios/< was not found on this server.
- Replies: 23
- Views: 16968
Re: The requested URL /nagios/< was not found on this server
The URL is : http://myserverip:10080/nagioshsmith wrote:What URL are you trying to use to access the server?
Best Regards,
TUSHAR