NRPE not returning proper output of nagios plugin...
Posted: Tue Jun 07, 2011 3:31 am
Hi,
Don't know if this is the right place to ask but I have a problem with NRPE when checking remote hosts ORACLE tablespace.
I have downloaded check_oracle_v3 from nagiosexchange. When running command:
It return proper output:
But when running command via check_nrpe:
(check spaces command is defined in nrpe.cfg as: command[check_spaces]=/usr/local/nagios/libexec/check_oracle_v3 --tablespace PRD ***** ************* PSAPSR3 99 98)
Output is:
As you see - it is as if check_nrpe does not see the returned values or does not give proper parameters as valuest to check_oracle_v3 in the first place...
I would be wery glad if You could give me some advice how to proceed with this issue...
Br,
[D_A]
Don't know if this is the right place to ask but I have a problem with NRPE when checking remote hosts ORACLE tablespace.
I have downloaded check_oracle_v3 from nagiosexchange. When running command:
Code: Select all
sapprd:/usr/local/nagios/libexec # /usr/local/nagios/libexec/check_oracle_v3 --tablespace PRD ***** ************* PSAPSR3 99 98Code: Select all
PRD : PSAPSR3 WARNING - 98.40% used [ 3844 / 230000 MB available ]|PSAPSR3=98.40%;98;99;0;100Code: Select all
sapprd:/usr/local/nagios/libexec # /usr/local/nagios/libexec/check_nrpe -H localhost -c check_spacesOutput is:
Code: Select all
PRD : PSAPSR3 OK - % used [ / MB available ]|PSAPSR3=%;98;99;0;100I would be wery glad if You could give me some advice how to proceed with this issue...
Br,
[D_A]