(No output on stdout) stderr:

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
pafram
Posts: 6
Joined: Thu Jun 18, 2015 2:29 pm

(No output on stdout) stderr:

Post by pafram »

Hello,
I've installed Nagios Version 4.1.0rc1 on a Ubuntu 14.04 VM, and everything went fine.
I can access the web-interface just fine and browses the services, I can also add serves to monitor as well.
However, when I add any type of server it says the Status is OK and, but the status information says
(No output on stdout) stderr:
Does anyone know why?
I've also attached what I'm talking about.
Thanks!
Attachments
Capture.PNG
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: (No output on stdout) stderr:

Post by tgriep »

Can you login to the server as the nagios user in a shell and run the checks and post the output here?

Run the following and post it here.

Code: Select all

ls -la /usr/local/nagios/libexec
ls -la /usr/local/nagios
chage -l nagios
/usr/local/nagios/bin/nagios -vvv /usr/local/nagios/etc/nagios.cfg
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked