Page 1 of 1
How to check for multiple Oracle tablespaces
Posted: Fri Mar 25, 2016 7:51 pm
by dlukinski
Hello XI Support
Stock Oracle wizard does not allow checking for multiple tablespaces from the same service (we have hundreds of those).
We how some old plugin (attached), but unsure how to specify server to connect.
So the question is how we could list/monitor/check all tablespaces from the same service without defining every single one of them?
Thank you
Re: How to check for multiple Oracle tablespaces
Posted: Mon Mar 28, 2016 10:01 am
by tmcdonald
Can you please link us to where this was found? The original author might have some more information.
I see this one here, but it does not seem to match what you have attached in your post.
https://exchange.nagios.org/directory/P ... ce/details
Re: How to check for multiple Oracle tablespaces
Posted: Tue Mar 29, 2016 7:26 am
by dlukinski
Re: How to check for multiple Oracle tablespaces
Posted: Tue Mar 29, 2016 12:13 pm
by rkennedy
Over the CLI, please attempt to run the check. The instructions mention it being used like so -
Code: Select all
/usr/local/nagios/libexec/check_oracle_tablespaces database user1 password1 95 90
Can you attempt to run the above, and post the full input / output for us to see if you run into issues?
Re: How to check for multiple Oracle tablespaces
Posted: Tue Mar 29, 2016 4:05 pm
by dlukinski
rkennedy wrote:Over the CLI, please attempt to run the check. The instructions mention it being used like so -
Code: Select all
/usr/local/nagios/libexec/check_oracle_tablespaces database user1 password1 95 90
Can you attempt to run the above, and post the full input / output for us to see if you run into issues?
I think I misunderstand the concept
- should I run it from the client (host) with NRPE installed?
Re: How to check for multiple Oracle tablespaces
Posted: Tue Mar 29, 2016 4:16 pm
by rkennedy
dlukinski wrote:nderstand the concept
- should I run it from the client (host) with NRPE installed?
Yes. I would recommend getting it working on the client end, and then create the command for NRPE to use to execute.
Re: How to check for multiple Oracle tablespaces
Posted: Wed Mar 22, 2017 5:31 pm
by dlukinski
rkennedy wrote:dlukinski wrote:nderstand the concept
- should I run it from the client (host) with NRPE installed?
Yes. I would recommend getting it working on the client end, and then create the command for NRPE to use to execute.
Please close this one.
Thank you