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

Commit 1140229

Browse files
Applied Kevin's suggestions
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
1 parent 0249617 commit 1140229

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/tools/site-wide-analysis.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Site Wide Analysis Tool provides 24/7 real-time performance monitoring, repo
1111
- Provides detailed information about your {{ site.data.var.ee }} installation
1212

1313
{:.bs-callout-info}
14-
See the [user guide](https://docs.magento.com/user-guide/reports/site-wide-analysis-tool.html) for details about dashboards and reports.
14+
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

1616
If you have an on-premises installation of {{ site.data.var.ee }}, you must install an agent on your infrastructure to use the tool.
1717

@@ -23,7 +23,7 @@ If you have an on-premises installation of {{ site.data.var.ee }}, you must inst
2323

2424
The Site Wide Analysis Tool Agent allows you to use the Site Wide Analysis Tool for on-premises installations of {{ site.data.var.ee }}.
2525

26-
The agent collects application and business data, analyzes it, and provides additional insights about the health of your installation so that you can improve customer experience. It monitors your application and helps you identify performance, security, availability, and application issues.
26+
The Site Wide Analysis Tool Agent collects application and business data, analyzes it, and provides additional insights about the health of your installation so that you can improve customer experience. It monitors your application and helps you identify performance, security, availability, and application issues.
2727

2828
Installing the agent requires the following steps:
2929

@@ -43,7 +43,7 @@ Your on-premises infrastructure must meet the following requirements before inst
4343
- Linux x86-64 distributions, such as RedHat Enterprise Linux (RHEL), CentOS, Ubuntu, Debian, and similar
4444

4545
{:.bs-callout-warning}
46-
{{ site.data.var.ee }} is not supported on Microsoft Windows and macOS.
46+
{{ site.data.var.ee }} is not supported on Microsoft Windows or macOS.
4747

4848
- {{ site.data.var.ee }} 2.4.1 or later
4949
- Commerce Services Connector extension
@@ -65,7 +65,7 @@ bin/magento module:status Magento_ServicesConnector
6565
__If you have installed the extension__ and configured it using an existing API key for a different service, you must regenerate the API key and update it in the {{ site.data.var.ee }} Admin for the agent.
6666

6767
1. Put your website into [maintenance mode]({{ site.baseurl }}/guides/v2.4/install-gde/install/cli/install-cli-subcommands-maint.html).
68-
1. Go to [accounts.magento.com](https://accounts.magento.com/).
68+
1. Log in to [accounts.magento.com](https://accounts.magento.com/).
6969
1. Click **API Portal**.
7070
1. Click **Delete** next to the existing API key.
7171
1. [Configure]({{ site.user_guide_url }}/system/saas.html) a new API key.
@@ -95,12 +95,12 @@ __If the extension is not installed__, use the following instructions to install
9595

9696
1. [Configure API keys]({{ site.user_guide_url }}/system/saas.html#createsaasenv) to connect the extension to your system.
9797

98-
### Install
98+
### Install the agent
9999

100100
We have created a [shell script](https://github.com/magento-swat/install-agent-helpers/blob/main/install.sh) to simplify installation. We recommend using the shell script, but you can follow the [manual installation](#manual) method if necessary.
101101

102102
{:.bs-callout-info}
103-
After the agent is installed, it will self update when a new release is available.
103+
After the agent is installed, it will self-update when a new release is available.
104104

105105
#### Scripted
106106

@@ -229,7 +229,7 @@ We recommend configuring the agent to run as a service. If you have limited acce
229229
230230
#### Service
231231
232-
1. Copy the scheduler binary file to the directory where you want to store it.
232+
1. Copy the `scheduler` binary file to the directory where you want to store it.
233233
234234
```bash
235235
cp scheduler /usr/local/bin/

0 commit comments

Comments
 (0)