Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ef3ff7a

Browse files
committed
Additional changes to address Kevin's feedback
1 parent 1140229 commit ef3ff7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tools/site-wide-analysis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Site Wide Analysis Tool provides 24/7 real-time performance monitoring, repo
1313
{:.bs-callout-info}
1414
See the [user guide](https://docs.magento.com/user-guide/reports/site-wide-analysis-tool.html) for details about enabling the Site Wide Analysis Tool and generating reports.
1515

16-
If you have an on-premises installation of {{ site.data.var.ee }}, you must install an agent on your infrastructure to use the tool.
16+
If you have an on-premises installation of {{ site.data.var.ee }}, you must install an agent on your infrastructure to use the tool. You do not need to install the agent on {{ site.data.var.ece }} projects.
1717

1818
## Architecture
1919

@@ -180,7 +180,7 @@ If you do not want to use our [shell script](https://github.com/magento-swat/ins
180180
shasum -a 512 -c launcher.checksum
181181
```
182182

183-
1. Generate an `.env` configuration file with the following properties.
183+
1. Create the `swat-agent.env` file with the following contents.
184184

185185
```config
186186
cat <<EOT >> /path/to/swat-agent.env
@@ -254,7 +254,7 @@ We recommend configuring the agent to run as a service. If you have limited acce
254254
WantedBy=multi-user.target
255255
```
256256
257-
Copy values from the `.env` file that was generated during installation.
257+
Make sure that value for the `EnvrionmentFile` property matches the path to the `swat-agent.env` file that was created during installatio.
258258
259259
1. Launch the service.
260260

0 commit comments

Comments
 (0)