Skip to content

OleeL/python-health-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Health Check

a tiny CLI application that reads a list of URLs from a file, performs HTTP GET requests, prints results, a summary, and returns a useful exit code.

A health check is a process used to assess the 'health' or 'liveliness' of a application/service to ensure it is running as expected. It typically involves sending requests or executing scripts to verify that specific components are responsive and functioning correctly. It's common that developers will implement health check API endpoints into their services

Let's build a tiny CLI application that reads a list of URLs from a file, performs HTTP GET requests, prints results, a summary, and returns a useful exit code.

Run tests

python tests/test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages