Ad Widget

Collapse

zabbix agent2 monitoring oracle database in HA mode

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • typedef75
    Junior Member
    • Dec 2015
    • 9

    #1

    zabbix agent2 monitoring oracle database in HA mode

    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?
  • Blevar
    Member
    • Jan 2025
    • 68

    #2
    Hi,

    You can find info on keys and their syntax here: https://www.zabbix.com/integrations/oracle

    Comment

    • cyber
      Senior Member
      Zabbix Certified SpecialistZabbix Certified Professional
      • Dec 2006
      • 4807

      #3
      Originally posted by Blevar
      Hi,

      You can find info on keys and their syntax here: https://www.zabbix.com/integrations/oracle
      Keys is not the issue... connecting to DB is. Plugin does not seem to be able to look up required connection string, it requires user to define connection string, but if it can change...

      Comment

      Working...