Moved elastic port to HTTP ports to fix a bug of "All web-ports are closed"
This commit is contained in:
parent
9dfebe2460
commit
bae0ed38a1
|
@ -159,7 +159,8 @@ INTERNAL = {
|
|||
8080,
|
||||
443,
|
||||
8008,
|
||||
7001
|
||||
7001,
|
||||
9200
|
||||
],
|
||||
"description": "List of ports the monkey will check if are being used for HTTP"
|
||||
},
|
||||
|
@ -181,7 +182,6 @@ INTERNAL = {
|
|||
443,
|
||||
8008,
|
||||
3306,
|
||||
9200,
|
||||
7001,
|
||||
8088
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue