Sign inSign up

tagesspiegel/ping-pong

By tagesspiegel

Updated over 2 years ago

See: https://handelsblatt-gmbh.atlassian.net/wiki/spaces/TI/pages/3713237016/VPN+Keep+Alive

Image
Developer tools
0

3.0K

tagesspiegel/ping-pong repository overview

ping-pong

A simple service that sends a ping to the pong service.

Usage

Pong service
Pong HTTP service

Starting the HTTP pong service:

go run main.go pong http

By default the pong http service listens on 0.0.0.0:8080

Ping service
Ping HTTP service

Starting the HTTP ping service:

go run main.go ping http --method GET --url http://localhost:8080/ping --interval 1 --timeout 30 --status 200

By default the ping service will send a GET request to http://google.com every 5 second and expect a 200 status code.

Tag summary

Content type

Image

Digest

sha256:7d2eed0c2

Size

8.3 MB

Last updated

over 2 years ago

docker pull tagesspiegel/ping-pong