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
How to check for multiple Oracle tablespaces
How to check for multiple Oracle tablespaces
You do not have the required permissions to view the files attached to this post.
Re: How to check for multiple Oracle tablespaces
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
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
Former Nagios employee
Re: How to check for multiple Oracle tablespaces
Sorry, here is the right one: https://exchange.nagios.org/directory/P ... es/detailstmcdonald wrote: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
Over the CLI, please attempt to run the check. The instructions mention it being used like so -
Can you attempt to run the above, and post the full input / output for us to see if you run into issues?
Code: Select all
/usr/local/nagios/libexec/check_oracle_tablespaces database user1 password1 95 90
Former Nagios Employee
Re: How to check for multiple Oracle tablespaces
I think I misunderstand the conceptrkennedy wrote:Over the CLI, please attempt to run the check. The instructions mention it being used like so -Can you attempt to run the above, and post the full input / output for us to see if you run into issues?Code: Select all
/usr/local/nagios/libexec/check_oracle_tablespaces database user1 password1 95 90
- should I run it from the client (host) with NRPE installed?
Re: How to check for multiple Oracle tablespaces
Yes. I would recommend getting it working on the client end, and then create the command for NRPE to use to execute.dlukinski wrote:nderstand the concept
- should I run it from the client (host) with NRPE installed?
Former Nagios Employee
Re: How to check for multiple Oracle tablespaces
Please close this one.rkennedy wrote:Yes. I would recommend getting it working on the client end, and then create the command for NRPE to use to execute.dlukinski wrote:nderstand the concept
- should I run it from the client (host) with NRPE installed?
Thank you