File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
src/content/docs/infrastructure/host-integrations/troubleshooting Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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+
5164For each integration execution, the command will print the name of the integration and its output.
5265
5366```
You can’t perform that action at this time.
0 commit comments