Skip to content

Commit 6070370

Browse files
Update README.md
1 parent 429ae95 commit 6070370

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ The metrics reported by the extension can be modified as per the user's requirem
1414

1515

1616
## Prerequisites
17-
This extension requires that the user provide their own Jar file in order to connect to the Database.
17+
- Before the extension is installed, the prerequisites mentioned [here](https://community.appdynamics.com/t5/Knowledge-Base/Extensions-Prerequisites-Guide/ta-p/35213) need to be met. Please do not proceed with the extension installation if the specified prerequisites are not met.
1818

19-
Before the extension is installed, the prerequisites mentioned [here](https://community.appdynamics.com/t5/Knowledge-Base/Extensions-Prerequisites-Guide/ta-p/35213) need to be met. Please do not proceed with the extension installation if the specified prerequisites are not met.
19+
- Download and install [Apache Maven](https://maven.apache.org/) which is configured with `Java 8` to build the extension artifact from source. You can check the java version used in maven using command `mvn -v` or `mvn --version`. If your maven is using some other java version then please download java 8 for your platform and set JAVA_HOME parameter before starting maven.
2020

21-
This is very essential in order to establish a connection with the Database to get the metrics.
22-
The extension needs to be able to connect to the database in order to collect and send metrics.
23-
To do this, you will have to either establish a remote connection in between the extension and the product, or have an agent on the same machine running the product in order for the extension to collect and send the metrics.
21+
- This extension requires that the user provide their own Jar file in order to connect to the Database. This is very essential in order to establish a connection with the Database to get the metrics.
2422

23+
- The extension needs to be able to connect to the database in order to collect and send metrics. To do this, you will have to either establish a remote connection in between the extension and the product, or have an agent on the same machine running the product in order for the extension to collect and send the metrics.
2524

2625

2726
## Installation
28-
29-
1. To build from the source, run "mvn clean install" and find the SQLMonitor-VERSION.zip file in the "target" folder.
30-
2. Unzip the "SQLMonitor-VERSION.zip" from `target` directory into the `<MACHINE_AGENT_HOME>/monitors` folder.
31-
3. Restart the Machine Agent.
27+
1. Clone the "SQLMonitor" repo using `git clone <repoUrl>` command.
28+
2. Run `mvn clean install` from "SQLMonitor" and find the SQLMonitor-VERSION.zip file in the "target" folder.
29+
3. Unzip the "SQLMonitor-VERSION.zip" from `target` directory into the `<MACHINE_AGENT_HOME>/monitors` folder.
30+
4. In `$MACHINE_AGENT_HOME/monitors/SQLMonitor`, edit the file `config.yml` and configure the extension. See configuration section for more details.
31+
5. Restart the Machine Agent.
3232

3333
**Note:** Please place the extension in the **"monitors"** directory of your **Machine Agent** installation
3434
directory. Do not place the extension in the **"extensions"** directory of your **Machine Agent** installation directory.

0 commit comments

Comments
 (0)