<span class="gmail_quote"></span>Hi all, <br><br>I've written some custom plugins that monitor some software around a cluster.  I can run them on the individual cluster nodes with "sudo -u /usr/local/nagios/libexec/plugin.pl" and i get a single line printed to stdout and the correct return value.
<br><br>All looks good?<br><br>So then I run the nrpe client on the nagios server to retrieve the values returned from the plugin like so:<br>"sudo -u nagios /usr/local/nagios/libexec/check_nrpe -H cluster_node -t 30 -c check_remote_plugin"
<br><br>Which also prints the expected string and return value ( which is something like "plugin:OK blahh text \n")<br>and returns the correct value ( 0 in this OK state).<br><br>So far so good?<br><br>But when I go to the nagios servers web page (status grid) I get WARNING "(No output!)"
<br><br>I've been scratching my head about this for a while now, can anyone over a solution??<br><br>James<br>james at avbrief dot com<br><br><br>