<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
when running <br>Does anyone have any experience with this problem? If so please reply! <br><br>This is an elusive problem, as the script works fine from the remote server:<br><br>sudo su - nagios<br>[nagios@remoteserver1 libexec]$ ./check_oracle --tns $ORACLE_SID<br>OK - reply time 0 msec from xxxxx<br><br>as well it should work, since my env contains:<br><br><br><br>[nagios@remoteserver1 libexec]$ env<br>HOSTNAME=blah.domain.com<br>SHELL=/bin/bash<br>TERM=xterm<br>HISTSIZE=1000<br>OLDPWD=/u1/apps/oracle/product/10.2.0/bin<br>USER=nagios<br>LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:<br>ORACLE_SID=DBPRD<br>MAIL=/var/spool/mail/nagios<br>PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/u1/apps/oracle/product/10.2.0/bin:/home/nagios/bin<br>INPUTRC=/etc/inputrc<br>PWD=/usr/local/nagios/libexec<br>LANG=en_US.UTF-8<br>SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass<br>SHLVL=1<br>HOME=/home/nagios<br>LOGNAME=nagios<br>LESSOPEN=|/usr/bin/lesspipe.sh %s<br>ORACLE_HOME=/u1/apps/oracle/product/10.2.0<br>G_BROKEN_FILENAMES=1<br>_=/bin/env<br><br><br>The command is predefined in the nrpe.cfg file on the remote server as follows:<br>command[check_ora_tns]=/usr/local/nagios/libexec/check_oracle --tns DBPRD<br><br>On the nagios server I run this command:<br> /usr/local/nagios/libexec/check_nrpe -H 10.207.9.71 -c check_ora_tns<br>ERROR: Cannot Determine ORACLE_HOME for sid DBPRD<br><br>In the beginning of the check_oracle script I added:<br><br>export PATH=$PATH:/u1/apps/oracle/product/10.2.0/bin;export PATH<br>export ORACLE_HOME=/u1/apps/oracle/product/10.2.0;export ORACLE_HOME<br>export ORACLE_SID=BABYCPRD;export ORACLE_SID<br>ORACLE_BASE=/u1/apps/oracle<br><br><br>What am I doing wrong???<br><br><br><br><br><br></body>
</html>