Skip to content

Commit f9fd95d

Browse files
Merge pull request #20770 from nr-ksteinbach/patch-17
Update run-integrations-manually.mdx
2 parents de766b6 + 54208c6 commit f9fd95d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/content/docs/infrastructure/host-integrations/troubleshooting/run-integrations-manually.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,19 @@ Example: Testing all files inside a folder:
4848
/usr/bin/newrelic-infra -dry_run -integration_config_path /any/absolute/path
4949
```
5050

51+
Example: Dry run on Windows - Microsoft SQL Server (from an Administrator powershell)
52+
53+
```
54+
cd "C:\Program Files\New Relic\newrelic-infra"; .\newrelic-infra.exe -dry_run -integration_config_path "C:\Program Files\New Relic\newrelic-infra\integrations.d\mssql-config.yml"
55+
```
56+
57+
Example: Dry run on Windows wtih debug logs - Microsoft SQL Server (from an Administrator powershell)
58+
59+
```
60+
cd "C:\Program Files\New Relic\newrelic-infra"; powershell -Command { $env:NRIA_LOG_LEVEL="trace"; .\newrelic-infra.exe -dry_run -integration_config_path "C:\Program Files\New Relic\newrelic-infra\integrations.d\mssql-config.yml" }
61+
```
62+
63+
5164
For each integration execution, the command will print the name of the integration and its output.
5265

5366
```

0 commit comments

Comments
 (0)