31 lines
888 B
YAML
31 lines
888 B
YAML
###########################################################################
|
|
###########################################################################
|
|
##################just an example, need set real ips#######################
|
|
###########################################################################
|
|
###########################################################################
|
|
server:
|
|
port: 4000
|
|
|
|
targets:
|
|
hosts:
|
|
- url: http://127.0.0.1:7088
|
|
name: proxy-city
|
|
metadata:
|
|
location: Moscow
|
|
provider: CityNet
|
|
country: RU
|
|
tags: [primary, city]
|
|
- url: http://127.0.0.1:7089
|
|
name: proxy-optima
|
|
metadata:
|
|
location: Saint-Petersburg
|
|
provider: Optima
|
|
country: RU
|
|
tags: [secondary]
|
|
endpoints:
|
|
- /testmontools/curl
|
|
- /testmontools/traceroute
|
|
- /testmontools/ping
|
|
|
|
timeout: 120000
|