Luis Gardea wrote: > Hello > > what do I have install in my nagios server and oracle server to check oracle? > > I need some client in nagios server to do that? > > I have use the check_oracle but don't start. > > [EMAIL PROTECTED] libexec]# ./check_oracle -tns 148.210.20.33 > Cannot determine ORACLE_HOME for sid 148.210.20.33 > > > nagios server > FC3 > nagios 2.0b > nagios-plugins-1.4-2.1 > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Nagios-users mailing list > [email protected] > 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 > > try
check_oracle --login sidname you may need $ORACLE_HOME set for this. also you need sqlplus installed and working first. -h ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nagios-users mailing list [email protected] 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
