Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.82 KB

FAQ.md

File metadata and controls

34 lines (18 loc) · 1.82 KB

FAQ

  • Where can I see the data I'm sending to New Relic with my custom integration?

  • Are there other SDKs for other languages?

    • No. We plan to have more in the future though.
  • Do you have examples of integrations written in other languages?

    • Yes, you can find them here.
  • Can I reuse my Nagios checks?

    • We don't offer an integration for Nagios checks. With the SDK you can build a simple custom integration to push your check data.
  • How can I migrate my current integration from SDK v2 to SDK v3?

  • How can I add a custom argument to my integration?

  • How can I query a server that uses a custom certificate?

    • We have an http helper that you can use to setup custom certificates easily.
  • How can I query JMX bean using the SDK?

    • We have a Jmx helper that will help you query any beam you are interested in monitoring.