Skip to content

Commit

Permalink
docs: update troubleshooting.md with /opt path (#454)
Browse files Browse the repository at this point in the history
* docs: update troubleshooting.md with /opt path

* docs: show directories for old versions of newrelic-infra
  • Loading branch information
DavSanchez authored Jan 25, 2024
1 parent 8708f6b commit d949616
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

## Command Line arguments

The Infrastructure agent installs bundled binaries together in the following directory:
The Infrastructure agent installs bundled binaries together in the following directories:

```shell
# Linux
/var/db/newrelic-infra/newrelic-integrations/bin/
/opt/newrelic-infra/newrelic-integrations/bin/ # versions >= 1.48.0 of the infrastructure agent
/var/db/newrelic-infra/newrelic-integrations/bin/ # versions < 1.48.0 of the infrastructure agent

# Windows
C:\Program Files\New Relic\newrelic-infra\newrelic-integrations\
Expand All @@ -26,7 +27,8 @@ Flex itself comes with several command line arguments that can assist you during

```shell
# Linux
/var/db/newrelic-infra/newrelic-integrations/bin/nri-flex -help
/opt/newrelic-infra/newrelic-integrations/bin/nri-flex -help # versions >= 1.48.0 of the infrastructure agent
/var/db/newrelic-infra/newrelic-integrations/bin/nri-flex -help # versions < 1.48.0 of the infrastructure agent

# Windows
C:\Program Files\New Relic\newrelic-infra\newrelic-integrations\nri-flex.exe -help
Expand Down

0 comments on commit d949616

Please sign in to comment.