Page 1 of 1
Any plug-in to monitor Oracle 19c DBs with multitenant ?
Posted: Mon Oct 12, 2020 4:31 am
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)?
Re: Any plug-in to monitor Oracle 19c DBs with multitenant ?
Posted: Mon Oct 12, 2020 3:39 pm
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.