Code Monkey home page Code Monkey logo

edw.recipe.responsecheck's Introduction

Introduction

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

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

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.

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.

edw.recipe.responsecheck's People

Watchers

Iulian Safta avatar Cristian Romanescu avatar James Cloos avatar  avatar Ariel Pontes avatar  avatar Andrei Buzoianu avatar Bogdan Ciobanu avatar Ana Ion avatar Ghiță Bizău avatar Claudia Ifrim avatar Olimpiu Rob avatar Dragos Dumitrescu avatar  avatar  avatar Adrian Apostol avatar  avatar Mihai Macaneata avatar Petchesi Iulian avatar Daniel Marinovici avatar Dragos Chirila avatar Eduard Fironda avatar  avatar Elif Samedin avatar Nilesh avatar Mihai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.