21 lines
647 B
YAML
21 lines
647 B
YAML
###########################################################################
|
|
###########################################################################
|
|
##################just an example, need set real ips#######################
|
|
###########################################################################
|
|
###########################################################################
|
|
server:
|
|
port: 4000
|
|
|
|
targets:
|
|
hosts:
|
|
- url: http://127.0.0.1:7088
|
|
name: proxy-city
|
|
- url: http://127.0.0.1:7089
|
|
name: proxy-optima
|
|
|
|
endpoints:
|
|
- /testmontools/curl
|
|
- /testmontools/traceroute
|
|
- /testmontools/ping
|
|
|
|
timeout: 120000 |