Unable to get process status

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
h.sabrey
Posts: 30
Joined: Sun Jun 14, 2015 7:18 am

Unable to get process status

Post 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...
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Unable to get process status

Post by Box293 »

How did you install Nagios, did you follow any guides?

What version of Nagios? What OS have you installed it onto?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
h.sabrey
Posts: 30
Joined: Sun Jun 14, 2015 7:18 am

Re: Unable to get process status

Post 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.

,
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: Unable to get process status

Post 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
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
h.sabrey
Posts: 30
Joined: Sun Jun 14, 2015 7:18 am

Re: Unable to get process status

Post 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 ??
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Unable to get process status

Post 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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked