Skip to content

Commit

Permalink
chore(OHI): Hero review
Browse files Browse the repository at this point in the history
  • Loading branch information
urbiz-nr committed Jan 26, 2022
1 parent 17bbc76 commit 5b71e35
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Additional notes:

- **Advanced:** Integrations are also available in [tarball format](/docs/integrations/host-integrations/installation/install-host-integrations-built-new-relic#tarball) to allow for install outside of a package manager.
- When the Infrastructure agent executes the `nri-jmx` binary, it sets the path to `PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin`. The java binary must be in one of those paths.
- `nrjmx` and `jmx` need java binaries to be in the system `PATH`. System path is not the PATH for the root user and is not affected if you change the `PATH` environment variable in `/root/.bashrc`. Please reference: [Change the PATH system variable](https://www.java.com/en/download/help/path.html)
- `nrjmx` and `jmx` need java binaries to be in the system `PATH`, which is NOT the `PATH` for the root user, and isn't affected if you change the `PATH` environment variable in `/root/.bashrc`. Read more on how to [change the PATH system variable](https://www.java.com/en/download/help/path.html).
- **On-host integrations do not automatically update.** For best results, regularly [update the integration package](/docs/integrations/host-integrations/installation/update-infrastructure-host-integration-package) and [the infrastructure agent](/docs/infrastructure/new-relic-infrastructure/installation/update-infrastructure-agent).

## Configure the integration [#config]
Expand Down Expand Up @@ -999,9 +999,9 @@ Troubleshooting tips:

<Collapser
id="jmxterm"
title="Troubleshooting via jmxterm"
title="Troubleshooting via JMXTerm"
>
[JMXTerm](https://docs.cyclopsgroup.org/jmxterm) is a CLI interactive tool that can be used for troubleshooting. Documentation for JMXTerm can be found at our [nrjmx troubleshooting page](https://github.com/newrelic/nrjmx/blob/master/TROUBLESHOOT.md). As of nrjmx v1.7.0, JMXTerm is no longer bundled with nrjmx and needs to be downloaded independently. Troubleshooting instructions using nrjmx, which is our native tool, can be found here: [Troubleshooting with nrjmx](https://github.com/newrelic/nrjmx#installation)
[JMXTerm](https://docs.cyclopsgroup.org/jmxterm) is a CLI interactive tool that can be used for troubleshooting. Documentation for JMXTerm can be found at the [`nrjmx` troubleshooting page](https://github.com/newrelic/nrjmx/blob/master/TROUBLESHOOT.md). As of `nrjmx` v1.7.0, JMXTerm is no longer bundled with `nrjmx` and needs to be downloaded independently. Check the [nrjmx installation instructions] (https://github.com/newrelic/nrjmx#installation).
</Collapser>
</CollapserGroup>

Expand Down

0 comments on commit 5b71e35

Please sign in to comment.