Hi,
can zabbix_agent2 (with oracle plugin) installed on zabbix_server monitor remotely High-availability Oracle Database? Database connection string for this database is defined in tnsnames.ora:
TEST =
(DESCRIPTION =
(ADDRESS_LIST =
(FAILOVER = ON)
(LOAD_BALANCE = OFF)
(ADDRESS = (PROTOCOL = TCP)(HOST = TEST01)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = TESTDRS01)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = TEST_HA)
)
)
If it is possible, how to correctly define connection string in zabbix_agent2 oracle item?
can zabbix_agent2 (with oracle plugin) installed on zabbix_server monitor remotely High-availability Oracle Database? Database connection string for this database is defined in tnsnames.ora:
TEST =
(DESCRIPTION =
(ADDRESS_LIST =
(FAILOVER = ON)
(LOAD_BALANCE = OFF)
(ADDRESS = (PROTOCOL = TCP)(HOST = TEST01)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = TESTDRS01)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = TEST_HA)
)
)
If it is possible, how to correctly define connection string in zabbix_agent2 oracle item?
Comment