Search found 5 matches
- Thu Apr 19, 2012 4:08 pm
- Forum: Open Source Nagios Projects
- Topic: No output returned from plugin
- Replies: 8
- Views: 5545
Re: No output returned from plugin
Well I took a long break from working on Nagios, but I came back today and I got it fixed (with a little help from a friend). I have to say back in February when JSmurphy first told me to look at the check_nrpe command definition I had no idea what he was talking about, I have a friend who is good w...
- Tue Feb 21, 2012 12:48 pm
- Forum: Open Source Nagios Projects
- Topic: No output returned from plugin
- Replies: 8
- Views: 5545
Re: No output returned from plugin
The check_nrpe file was owned by root, I changed it to be owned by nagios but I still have the same issue -rwxr-xr-x 1 nagios nagios 19208 2011-10-17 16:16 check_nrpe In my resource.cfg file I have this, the path is correct $USER1$=/usr/lib/nagios/plugins I went through all the config files looking ...
- Fri Feb 17, 2012 11:38 am
- Forum: Open Source Nagios Projects
- Topic: No output returned from plugin
- Replies: 8
- Views: 5545
Re: No output returned from plugin
I just changed the owner/group on the check_nrpe to nagios, restarted the nagios and apache services and I still have the same issue.
- Fri Feb 17, 2012 11:30 am
- Forum: Open Source Nagios Projects
- Topic: No output returned from plugin
- Replies: 8
- Views: 5545
Re: No output returned from plugin
define service{ use generic-service ; Name of service template to use host_name <SERVER IP> service_description Disk /root check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups it notification_interval 120 notification_period 24x7 notification_options w...
- Thu Feb 16, 2012 2:17 pm
- Forum: Open Source Nagios Projects
- Topic: No output returned from plugin
- Replies: 8
- Views: 5545
No output returned from plugin
Hello Everyone, I am having some trouble with my new Nagios server. Let me start by saying I have an old Nagios server that works just fine (everything shows as green and OK on the web interface) on a Centos 5.7 box, but whoever set it up before I got here set it up poorly and didn't plan out anythi...