File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ var API_KEY = ""
24
24
var TOTAL_TIME = 60
25
25
var configParameters = map [string ]string {"apiKey" : API_KEY ,
26
26
"zenoss2jsm.logger" : "warning" ,
27
- "jsm.api.url" : "https://api.atlassian.com/jsm/ops/integration " ,
27
+ "jsm.api.url" : "https://api.atlassian.com" ,
28
28
"zenoss2jsm.http.proxy.enabled" : "false" ,
29
29
"zenoss2jsm.http.proxy.port" : "1111" ,
30
30
"zenoss2jsm.http.proxy.host" : "localhost" ,
@@ -271,7 +271,7 @@ func logErrorAndExit(log string, err error) {
271
271
}
272
272
273
273
func postToJSM () {
274
- apiUrl := configParameters ["jsm.api.url" ] + "/v1/json/zenoss"
274
+ apiUrl := configParameters ["jsm.api.url" ] + "/jsm/ops/integration/ v1/json/zenoss"
275
275
target := "JSM"
276
276
277
277
if logger != nil {
You can’t perform that action at this time.
0 commit comments