Dear Experts,
I want to monitor Oracle database CDB and PDBs.
We are having one Oracle DB server in which 1 CDB is there and multiple PDBs (Pluggable DBs are there associated with Container DB). I am trying to monitor the PDB and CDB using Oracle Database plugin using Zabbix agent 2.
Please let me know the way to configure monitoring of multiple PDBs through this. Do I need to provide anything in MACRO section as we have to monitor multiple PDBs? OR creating below entries for each PDB in agent configuration file would be sufficient?
Plugins.Oracle.Sessions.CDB.Uri=tcp://DBHOST:1521
Plugins.Oracle.Sessions.CDB.User=<USER>
Plugins.Oracle.Sessions.CDB.Password=<Passwor d>
Plugins.Oracle.Sessions.CDB.Service=CDB
Plugins.Oracle.Sessions.PDB1.Uri=tcp://DBHOST:1521
Plugins.Oracle.Sessions.PDB1.User=<USER>
Plugins.Oracle.Sessions.PDB1.Password=<Password>
Plugins.Oracle.Sessions.PDB1.Service=PDB1
Plugins.Oracle.Sessions.PDB2.Uri=tcp://DBHOST:1521
Plugins.Oracle.Sessions.PDB2.User=<USER>
Plugins.Oracle.Sessions.PDB1.Password=<Passwor d>
Plugins.Oracle.Sessions.PDB1.Service=PDB2
Thanks in advance.
I want to monitor Oracle database CDB and PDBs.
We are having one Oracle DB server in which 1 CDB is there and multiple PDBs (Pluggable DBs are there associated with Container DB). I am trying to monitor the PDB and CDB using Oracle Database plugin using Zabbix agent 2.
Please let me know the way to configure monitoring of multiple PDBs through this. Do I need to provide anything in MACRO section as we have to monitor multiple PDBs? OR creating below entries for each PDB in agent configuration file would be sufficient?
Plugins.Oracle.Sessions.CDB.Uri=tcp://DBHOST:1521
Plugins.Oracle.Sessions.CDB.User=<USER>
Plugins.Oracle.Sessions.CDB.Password=<Passwor d>
Plugins.Oracle.Sessions.CDB.Service=CDB
Plugins.Oracle.Sessions.PDB1.Uri=tcp://DBHOST:1521
Plugins.Oracle.Sessions.PDB1.User=<USER>
Plugins.Oracle.Sessions.PDB1.Password=<Password>
Plugins.Oracle.Sessions.PDB1.Service=PDB1
Plugins.Oracle.Sessions.PDB2.Uri=tcp://DBHOST:1521
Plugins.Oracle.Sessions.PDB2.User=<USER>
Plugins.Oracle.Sessions.PDB1.Password=<Passwor d>
Plugins.Oracle.Sessions.PDB1.Service=PDB2
Thanks in advance.