forked from qldong/cassandra-monitoring-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
36 lines (35 loc) · 1.29 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"id" : "cassandra-monitoring-extension",
"type" : "monitor",
"displayName" : "Cassandra Extension",
"description" : "An AppDynamics extension to be used with a stand alone Java machine agent to provide metrics for Cassandra servers.",
"version" : "1.6.0",
"downloadLink" : "https://github.com/Appdynamics/cassandra-monitoring-extension/releases/download/1.6.0/CassandraMonitor.zip",
"imageLink" : "https://no-cache.appdynamics-static.com/appsphere/logos/cassandra_128.png",
"defaultConfigs" : [
{
"name" : "monitor.xml",
"link" : "https://raw.githubusercontent.com/CassandraAppDExtdynamics/cassandra-monitoring-extension/master/src/main/resources/conf/monitor.xml",
"args" : [
{
"name" : "execution-frequency-in-seconds",
"displayName" : "Execution Frequency",
"defaultValue" : "60",
"description" : "Determines the execution frequency in seconds.",
"required" : true
},
{
"name" : "execution-timeout-in-secs",
"displayName" : "Execution Timeout",
"defaultValue" : "60",
"description" : "Determines the execution timeout in seconds.",
"required" : true
}
]
},
{
"name" : "config.yml",
"link" : "https://raw.githubusercontent.com/Appdynamics/cassandra-monitoring-extension/master/src/main/resources/conf/config.yml"
}
]
}