You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,7 @@ The metrics reported by the extension can be modified as per the user's requirem
16
16
## Prerequisites
17
17
This extension requires that the user provide their own Jar file in order to connect to the Database.
18
18
19
-
In order to use this extension, you do need a [Standalone JAVA Machine Agent](https://docs.appdynamics.com/display/PRO44/Java+Agent) or [SIM Agent](https://docs.appdynamics.com/display/PRO44/Server+Visibility).
20
-
For more details on downloading these products, please visit [download.appdynamics.com](https://download.appdynamics.com/).
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.
21
20
22
21
This is very essential in order to establish a connection with the Database to get the metrics.
23
22
The extension needs to be able to connect to the database in order to collect and send metrics.
@@ -27,10 +26,9 @@ To do this, you will have to either establish a remote connection in between the
27
26
28
27
## Installation
29
28
30
-
1. To build from the source, run "mvn clean install" and find the SQLMonitor.zip file in the "target" folder.
31
-
You can also download the SQLMonitor.zip from [AppDynamics Exchange][].
32
-
2. Unzip as "SQLMonitor" and copy the **"SQLMonitor"** directory to `<MACHINE_AGENT_HOME>/monitors`.
33
-
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.
34
32
35
33
**Note:** Please place the extension in the **"monitors"** directory of your **Machine Agent** installation
36
34
directory. Do not place the extension in the **"extensions"** directory of your **Machine Agent** installation directory.
@@ -67,7 +65,7 @@ monitor.xml file.!
67
65
68
66
### config.yml
69
67
70
-
**Note** : Please make sure to not use tab (\t) while editing yaml files. You may want to validate the yaml file using a yaml validatorhttp://yamllint.com/
68
+
**Note** : Please make sure to not use tab (\t) while editing yaml files. You may want to validate the yaml file using a [yaml validator](https://jsonformatter.org/yaml-validator)
71
69
72
70
You will have to Configure the SQL server instances by editing the config.yaml file in `<MACHINE_AGENT_HOME>/monitors/SQLMonitor/`.
73
71
The information provided in this file will be used to connect and query the database.
@@ -77,7 +75,7 @@ You can find a sample config.yaml file below.
77
75
# Make sure the metric prefix ends with a |
78
76
#This will create this metric in all the tiers, under this path.
79
77
#metricPrefix: "Custom Metrics|SQL|"
80
-
#This will create it in specific Tier. Replace <ComponentID> with TierID
78
+
#This will create it in specific Tier. Replace <ComponentID> with TierID. For more details refer https://community.appdynamics.com/t5/Knowledge-Base/How-do-I-troubleshoot-missing-custom-metrics-or-extensions/ta-p/28695
@@ -290,12 +288,11 @@ Always feel free to fork and contribute any changes directly via [GitHub](https:
290
288
| Name | Version |
291
289
|--------------------------|------------|
292
290
|Extension Version |2.0.2 |
293
-
|Controller Compatibility |4.5 or Later|
294
291
|Product Tested On |MySql, SQLServer 4.1,4.2, Vertica|
295
292
|Last Update |08/06/2021 |
296
-
|List of Changes |[Change log](https://github.com/Appdynamics/SQLMonitor/blob/master/CHANGELOG.md)|
297
-
293
+
|Changes list |[Change log](https://github.com/Appdynamics/SQLMonitor/blob/master/CHANGELOG.md)|
298
294
295
+
**Note**: While extensions are maintained and supported by customers under the open-source licensing model, they interact with agents and Controllers that are subject to [AppDynamics’ maintenance and support policy](https://docs.appdynamics.com/latest/en/product-and-release-announcements/maintenance-support-for-software-versions). Some extensions have been tested with AppDynamics 4.5.13+ artifacts, but you are strongly recommended against using versions that are no longer supported.
0 commit comments