File tree 3 files changed +4
-3
lines changed
src/com/objectedge/newrelic
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 20
20
<property name =" sdk.jar" value =" ${ lib.dir } /metrics_publish-2.0.1.jar" />
21
21
22
22
<path id =" classpath" >
23
- <pathelement location =" ${ sdk.jar } " />
23
+ <fileset dir =" ${ lib.dir } " >
24
+ <include name =" **/*.jar" />
25
+ </fileset >
24
26
</path >
25
27
26
28
<target name =" clean" >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public class MonitoringAgent extends Agent {
31
31
private static final String VERSION = "1.0.0" ;
32
32
33
33
private static final String HTTP = "http" ;
34
- private static final String ATG_INSTANCE_URL = "/AtgStatisticsEngine/index.jsp " ;
34
+ private static final String ATG_INSTANCE_URL = "/oe-diagnostics/rest/api/metrics/get " ;
35
35
36
36
private String name ;
37
37
private URL url ;
@@ -73,7 +73,6 @@ public String getAgentName() {
73
73
return name ;
74
74
}
75
75
76
- // @SuppressWarnings("unchecked")
77
76
@ Override
78
77
public void pollCycle () {
79
78
try {
You can’t perform that action at this time.
0 commit comments