NRPE: Unable to Read Output???

Marc Powell marc at ena.com
Fri Mar 6 22:16:23 CET 2009


On Mar 6, 2009, at 1:44 PM, Gavin Williams wrote:

> NRPE command is defined as:
> command[check_oracle]=/usr/local/nagios/libexec/check_oracle.pl -ch  
> $ARG1$ -db $ARG2$ -w $ARG3$ -c $ARG4$

Change this to the following to capture STDERR; you'll probably see  
something useful. I'm going to bet it's an oracle environment issue.  
It's come up before and the archives can probably provide further  
insight (I don't have experience with it beyond this list).

command[check_oracle]=/usr/local/nagios/libexec/check_oracle.pl -ch  
$ARG1$ -db $ARG2$ -w $ARG3$ -c $ARG4$ 2>&1

--
Marc


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list