Skip to content

Commit 0283a48

Browse files
authored
Merge pull request #77 from atlassian/HEIMDALL-12186-update-the-default-port-in-solarwinds-oec-jec-script
Updated Solarwinds SWIS port from 17778 to 17774
2 parents 5416ca5 + 76f520d commit 0283a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solarwinds-npm/conf/jec-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"logLevel": "DEBUG",
55
"globalArgs": [],
66
"globalFlags": {
7-
"url": "https://<your_solarwinds_server_IP_or_FQDN>:17778",
7+
"url": "https://<your_solarwinds_server_IP_or_FQDN>:17774",
88
"login": "<name_of_solarwinds_user_that_can_acknowledge_alerts>",
99
"password": "<password_for_solarwinds_user_that_can_acknowledge_alerts>"
1010
},

0 commit comments

Comments
 (0)