Skip to main content

A recipe that generates bash script for testing connectivity to application servers

Project description

This recipe can be used to generate a bash script that can test connectivity to application servers.

Example of usage

A simple buildout.cfg:

[buildout]
parts = checker

[checker]
recipe = edw.recipe.responsecheck
start-port = 8000
end-port = 9000
step = 2
backends = backend1 ... backend2
path = ${buildout:directory}/bin

Recipe options

Explanation:

start-port = Port to start the check.
end-port   = Port to end the check.
step       = The numeric value that the count is increased by each loop.
backends   = List of backend names separated by space character.
path       = Path to a folder where the bash script will be saved.

Note: All options must be specified.

Final result

This recipe will generate a bash script that for each specified backend will test connectivity to every port from start-port to end-port with the specified step.

Changelog

1.0 - (released)

  • Stable version

0.9.4-dev - (13.08.2014)

  • Added docs

0.9.3-dev - (12.08.2014)

  • Added version.txt

0.9.2-dev - (12.08.2014)

  • Fix README

0.9.1-dev - (12.08.2014)

  • Fix egg release

0.9-dev - (12.08.2014)

  • Verification of a port range

  • Verification for multiple backends

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

edw.recipe.responsecheck-1.0.zip (10.3 kB view details)

Uploaded Source

File details

Details for the file edw.recipe.responsecheck-1.0.zip.

File metadata

File hashes

Hashes for edw.recipe.responsecheck-1.0.zip
Algorithm Hash digest
SHA256 6bb03137a4739e51faf99a300f228d645ee5450a24d037c02acfe1c9ab3cea56
MD5 3656561cc0ed6574c6acad711a404669
BLAKE2b-256 8df8e60b648612f4d18ead579b885737a9084553f4e547960406b8e4a6e10724

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page