Nagios® Core™ Version 4.3.2 - Unable to get process s

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
realtebo
Posts: 19
Joined: Tue Nov 28, 2017 3:56 am

Nagios® Core™ Version 4.3.2 - Unable to get process s

Post by realtebo »

I got this error in a 4.3.2 installation in a customer's pc.

"Unable to get process status"

I'd like your help to diagnose and fix WITHOUT update to latest version.
it's a ubuntu machine
kyang

Re: Nagios® Core™ Version 4.3.2 - Unable to get process s

Post by kyang »

What version of Ubuntu?

Is selinux installed?

Code: Select all

sudo dpkg -l selinux*
If not, that's good.

Are you able to restart Nagios? What's the status?

Code: Select all

sudo service nagios restart

Code: Select all

sudo service nagios status
Locked