Search found 6 matches

by J0aquin
Mon Nov 24, 2014 7:10 am
Forum: Open Source Nagios Projects
Topic: Unable to get process status
Replies: 6
Views: 32609

Re: Unable to get process status

Done. Working Ok. Thank you.
by J0aquin
Sun Nov 23, 2014 3:25 pm
Forum: Open Source Nagios Projects
Topic: Unable to get process status
Replies: 6
Views: 32609

Re: Unable to get process status

Yes, selinux was enabled and disabling it and restarting nagios with: /etc/init.d/nagios restart solves the problem, In the home page I can see Daemon running with PID XXXX and I can access any page but, if I restart the computer where the Nagios is instaled the situation is the same again. How can ...
by J0aquin
Sun Nov 23, 2014 1:20 pm
Forum: Open Source Nagios Projects
Topic: Unable to get process status
Replies: 6
Views: 32609

Unable to get process status

I have installed Nagios Core 4.0.8 on CentOS 6.6 and when I access the home page you can see a message that says: X Unable to get process status and when you try to get in Tactical Overview, Hosts, Services or any other page you get: Internal Server Error The server encountered an internal error or ...
by J0aquin
Sun Nov 23, 2014 1:08 pm
Forum: Open Source Nagios Projects
Topic: Instalation error: httpd: apr_sockaddr_info_get() failed
Replies: 6
Views: 12746

Re: Instalation error: httpd: apr_sockaddr_info_get() failed

Thank you. I added the line: -A INPUT -p tcp -M state –state NEW -m tcp –dport 80 -j ACCEPT to the /etc/sysconfig/iptables file and could get to the nagios page OK from another computer. I also introduced the serverName in the conifg files indicated: /etc/hosts /etc/httpd/conf/httpd.conf and you con...
by J0aquin
Sun Nov 23, 2014 6:24 am
Forum: Open Source Nagios Projects
Topic: Instalation error: httpd: apr_sockaddr_info_get() failed
Replies: 6
Views: 12746

Re: Instalation error: httpd: apr_sockaddr_info_get() failed

Thank you. Effectively that line is not in iptables. I execute: iptables -A INPUT -p TCP --dport 80 -j ACCEPT and when I execute iptables -L the following line is in there: ACCEPT tcp -- anywhere anywhere tcp dpt:http I restart the httpd: /etc/init.d/httpd restart but it gives me the same message: S...
by J0aquin
Sat Nov 22, 2014 3:42 pm
Forum: Open Source Nagios Projects
Topic: Instalation error: httpd: apr_sockaddr_info_get() failed
Replies: 6
Views: 12746

Instalation error: httpd: apr_sockaddr_info_get() failed

Hello, I am trying to install Nagios Core 4.0.8 on CentOS 6.6 (64 bits). I have tried it on both full verision of the CentOS and the minimal version too. I am following the instructions on: http://library.nagios.com/library/products/nagioscore/documentation/567-installing-nagios-core-from-source and...