Re: Datadog question - multiple instances in same conf.yaml?
From: Chris Taylor <christopherdtaylor1994_at_gmail.com>
Date: Wed, 29 Mar 2023 09:27:53 -0400
Message-ID: <CAP79kiQhsouW9tYb7394c72cb2vFO81bpUumVxLsD-5v0sMtRA_at_mail.gmail.com>
Date: Wed, 29 Mar 2023 09:27:53 -0400
Message-ID: <CAP79kiQhsouW9tYb7394c72cb2vFO81bpUumVxLsD-5v0sMtRA_at_mail.gmail.com>
No errors at all - it seems to start but wasn't sure if the config was right.
Here was mine and I could find the server in the Datadog GUI server page, but couldn't find the individual instances. (Ignore the terrible path for the JDBC as I didn't install the software)
- Chris
## All options defined here are available to all instances.
#
init_config:
instances:
- server: localhost:1521 service_name: SERVICE1 protocol: TCP username: <redacted> password: <redacted> jdbc_driver_path: /u01/app/oracle/product/19.14.db/jdbc/lib/ojdbc8.jar
- server: localhost:1521 service_name: SERVICE2 protocol: TCP username: <redacted> password: <redacted> jdbc_driver_path: /u01/app/oracle/product/19.14.db/jdbc/lib/ojdbc8.jar
- server: localhost:1521 service_name: SERVICE3 protocol: TCP username: <redacted> password: <redacted> jdbc_driver_path: /u01/app/oracle/product/19.14.db/jdbc/lib/ojdbc8.jar
On Wed, Mar 29, 2023 at 9:23 AM Nenad Noveljic <nenad.noveljic_at_gmail.com> wrote:
> > AH - well I was very close then! Left off the "Tags" portion.
> Actually, tags shouldn't make a difference as they are optional. What kind
> of errors were you getting?
>
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Mar 29 2023 - 15:27:53 CEST