Skip to content
GoGitG edited this page Sep 10, 2019 · 2 revisions

Welcome to the http-server-health-check wiki!

This tool is a bash script built to health check multiple servers at multiple layers.

It checks by

  1. Pinging the server for network connectivity, then
  2. Checks if the app server is reachable and finally,
  3. Checks for HTTP Status Code 200 message from a specific URL

There are 2 scripts:

  1. healthcheckall.sh: This script takes an input file name as a parameter. The input file can contain any number of IP addresses or hostnames.

  2. healthcheck1.sh: This script takes an ip number of hostname as a parameter.

Please refer the screenshot attached.

Clone this wiki locally