Hi.<br><br>I'm using NRPE to monitor a remote server.<br>The most part of the plugins works without problems, but check_backuppc returns the error "(No output returned from plugin)" in the Nagios web interface.
<br><br>The check_backuppc stanza in the Nagios configuration is the following:<br><br>define service{<br>use                     remote-service<br>host_name               myremoteserver<br>service_description     BackupPC
<br>check_command           check_nrpe!check_backuppc<br>}<br><br>If I execute from the shell "check_nrpe -H bakserver.blupixel.local -c check_backuppc" I correctly get the plugin's answer ("BACKUPPC WARNING - (5/7) failures").
<br><br>Where is the problem?<br><br>Thank you very much!<br>Bye.<br>