8 lines
277 B
YAML
8 lines
277 B
YAML
# targetUrl - URL of the website to ping
|
|
targetUrl: blog.sixeyed.com
|
|
# httpMethod - HTTP method to use for pings
|
|
httpMethod: HEAD
|
|
# pingIntervalMilliseconds - interval between pings in ms
|
|
pingIntervalMilliseconds: 30000
|
|
# chapter where this exercise is used
|
|
kiamolChapter: ch10 |