Any plug-in to monitor Oracle 19c DBs with multitenant ?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ahm002
Posts: 16
Joined: Mon Jun 01, 2020 4:04 am

Any plug-in to monitor Oracle 19c DBs with multitenant ?

Post by ahm002 »

Our customer wants to deploy Oracle 19c DBs with multitenant architecture.
Eager to find out if there any plug-in to monitor CDBS (Oracle's multitenant DB)?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Any plug-in to monitor Oracle 19c DBs with multitenant ?

Post by ssax »

check_oracle_health lists these two options:

Code: Select all

/usr/local/nagios/libexec/check_oracle_health -h |grep container
       container-tablespace-free        (Free space in tablespaces of container databases)
       container-list-tablespaces       (convenience function which lists all tablespaces of all container databases)
https://labs.consol.de/nagios/check_ora ... index.html

I do not see any other container DB/CDBS specific settings for any of the other plugins.
Locked