command
module
Version:
v0.0.0-...-2e0d79f
Opens a new window with list of versions in this module.
Published: Mar 11, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Just an app that pings regularly pings other IP adresses. Responds to pings on /ping with a pong.
Usage
pinger --port <port> --interval <interval in seconds> --address <IP address 1>:<some port> [--address <IP address 2>:<some other port>]
Consumption
cf push ping-app
- deploy ping-app on Cloud Foundry with the binary buildpack
GOOS=linux GOARCH=amd64 go build -o ping-app
cf push ping-app -c './ping-app' -b https://github.com/cloudfoundry/binary-buildpack.git
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.