Page 1 of 1

Unable to get process status

Posted: Mon Jul 20, 2015 6:10 pm
by h.sabrey
hello friends,

after successfully installing the nagios and being able to login remotely, the nagios says this comment
Unable to get process status


how to inspect the reason?

thanks in advance...

Re: Unable to get process status

Posted: Mon Jul 20, 2015 6:26 pm
by Box293
How did you install Nagios, did you follow any guides?

What version of Nagios? What OS have you installed it onto?

Re: Unable to get process status

Posted: Tue Jul 21, 2015 2:08 pm
by h.sabrey
hello

my guid of installation is a youtube video here https://www.youtube.com/watch?v=quRFcjiHpKI

installed on CentOS 6.6 and Nagios core last version,

faced some issue regarding the libltdl.so.3 here https://support.nagios.com/forum/viewto ... =7&t=33319 and have been solved.

,

Re: Unable to get process status

Posted: Tue Jul 21, 2015 2:09 pm
by jolson
Is SELinux running?

Code: Select all

sestatus
Any errors in your http logs?

Code: Select all

cat /var/log/httpd/error_log
cat /var/log/httpd/access_log

Re: Unable to get process status

Posted: Fri Aug 28, 2015 6:15 pm
by h.sabrey
Hello Gents,

sorry for the long time till reply;

for the SELinux it is enabled as follows:

Code: Select all

[root@localhost ~]# sestatus
SELinux status:                 enabled
SELinuxfs mount:                /selinux
Current mode:                   enforcing
Mode from config file:          enforcing
Policy version:                 24
Policy from config file:        targeted
what to do ??

Re: Unable to get process status

Posted: Sun Aug 30, 2015 6:36 pm
by Box293
I would put SELinux into permissive mode, it causes a lot of headaches:

Code: Select all

sed -i 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/selinux/config
setenforce 0