Home » Categories » Products » NRPE » Troubleshooting » Common Problems

NRPE - No Output Returned From Plugin

Problem Description

This KB article addresses the following NRPE error:

No Output Returned From Plugin

 

Assumed Knowledge

The following KB article contains an explanation of how NRPE works and may need to be referenced to completely understand the problem and solution that is provided here:

NRPE - Agent and Plugin Explained

 

Troubleshooting The Error

There are multiple solutions to this problem depending on the cause.

 

Permissions

The most common solution is to check the permissions on the check_nrpe binary on the Nagios XI server:

ls -la /usr/local/nagios/libexec/check_nrpe

 

The expected permissions should resemble:

-rwxrwxr-x. 1 nagios nagios  75444 Nov 21 01:38 check_nrpe


If not, change ownership to user/group "nagios" and fix up the permissions:

chown nagios:nagios /usr/local/nagios/libexec/check_nrpe
chmod u+rwx /usr/local/nagios/libexec/check_nrpe
chmod u+rx /usr/local/nagios/libexec/check_nrpe

 

Missing Plugin

Another cause is a missing plugin file, though, in order to receive this error, you usually have to also be experiencing a secondary configuration issue. In order to resolve issues relating to missing plugins, please refer to the following KB article:

NRPE - Return Code Of 127 Is Out Of Bounds - Plugin May Be Missing

 

 

Mismatch of Arguments between Nagios XI and nrpe.cfg

The final cause, and usually the secondary issue for those who found their plugin missing from the expected location, is an argument usage mismatch between the remote host's nrpe.cfg command directive and the arguments passed by Nagios XI through check_nrpe.   Please refer to the following KB article to help troubleshoot this:

NRPE - CHECK_NRPE: Received 0 Bytes From Daemon. Check The Remote Server Logs For Error Messages

 

 

Final Thoughts

For any support related questions please visit the Nagios Support Forums at:

http://support.nagios.com/forum/

0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
NRPE - Error While Loading Shared Libraries: libssl.so
Viewed 9962 times since Mon, Jul 17, 2017
NRPE - CHECK_NRPE: Error - Could Not Complete SSL Handshake
Viewed 111763 times since Fri, Jul 14, 2017
NRPE - v3/v4 Compatibility With Previous Versions
Viewed 38838 times since Fri, Jun 24, 2016
NRPE - NRPE: Unable To Read Output
Viewed 78990 times since Mon, Jul 17, 2017
NRPE - Command ’[Your Plugin]’ Not Defined
Viewed 7903 times since Mon, Jul 17, 2017
NRPE - Linux Cached Memory Not Added to Free Memory
Viewed 7971 times since Wed, Jan 27, 2016
NRPE - Return Code Of 126 Is Out Of Bounds - Plugin May Not Be Executable
Viewed 7239 times since Fri, Jul 14, 2017
NRPE - CHECK_NRPE: Socket Timeout After n Seconds
Viewed 88855 times since Sun, Jul 16, 2017
NRPE - Agent and Plugin Explained
Viewed 57007 times since Fri, Jul 14, 2017
NRPE - UNKNOWN: No Handler For That Command
Viewed 12968 times since Mon, Jul 17, 2017