-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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
- Pinging the server for network connectivity, then
- Checks if the app server is reachable and finally,
- Checks for HTTP Status Code 200 message from a specific URL
There are 2 scripts:
-
healthcheckall.sh: This script takes an input file name as a parameter. The input file can contain any number of IP addresses or hostnames.
-
healthcheck1.sh: This script takes an ip number of hostname as a parameter.
Please refer the screenshot attached.