Search found 2 matches

by mezawadzki
Wed Mar 13, 2013 2:06 pm
Forum: Nagios XI
Topic: check_oracle_health - (Return code of 126 is out of bounds)
Replies: 4
Views: 1825

Re: check_oracle_health - (Return code of 126 is out of boun

Commands : # works! define command { command_name check_xi_oraclequery command_line /usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$ } # does not work define command { command_name check_xi_oracleserverspace c...
by mezawadzki
Wed Mar 13, 2013 1:45 pm
Forum: Nagios XI
Topic: check_oracle_health - (Return code of 126 is out of bounds)
Replies: 4
Views: 1825

check_oracle_health - (Return code of 126 is out of bounds)

I have used the oracle xi wizards to configure service checks for a database. I The service uses the check_oracle_health plugin. Using it to run a sql query as a service returns successfully; however other uses of this fail & give up a "(Return code of 126 is out of bounds - plugin may not ...