Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need connection string for connecting to db2 database for newrelic configuration #539

Open
sandeepms180795 opened this issue Dec 23, 2024 · 1 comment
Labels
bug Categorizes issue or PR as related to a bug.

Comments

@sandeepms180795
Copy link

I already found and used the connection string from github for connecting to oracle database in one of my new relic configuration. but I do not find a connection string to connect to IBM db2 database. Please share the connection string for connecting the Db2 database.
For oracle its the below:
integrations:

  • name: nri-flex
    config:
    name: OracleDbFlex
    apis:
    - database: oracle
    db_conn: oracle://DBuserbame:password@hostname:port/Servicename
    custom_attributes:
    host: OracleDB
    db_async: true
    db_queries:
    - name: ARES_outbound
    run: SELECT * FROM DB_table
    custom_attributes:
    attype: showarestables

Similarly it would be helpful if you could provide me the db connection string for connecting to IBM Db2 database.

@sandeepms180795 sandeepms180795 added the bug Categorizes issue or PR as related to a bug. label Dec 23, 2024
@workato-integration
Copy link

@workato-integration workato-integration bot changed the title Need connection string for connecting to db2 database for newrelic configuration Need connection string for connecting to db2 database for newrelic configuration Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant