Skip to content

HenrySabio/pythonFlask-pulseCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Flask PulseCheck

Overview

Python Flask PulseCheck is a web application designed to monitor and report the health status of services or endpoints. It provides a simple interface for checking service availability and viewing status updates in real-time.

Live Demo

You can try the deployed version on Heroku here:
https://thawing-scrubland-60240-1caacddb138f.herokuapp.com/

Features

  • Health check endpoints for services
  • Real-time status dashboard
  • RESTful API for integration
  • Customizable checks and notifications

Tech Stack

  • Python 3
  • Flask (web framework)
  • Jinja2 (templating)
  • HTML/CSS/JavaScript (frontend)
  • Requests (HTTP client for checks)
  • Bootstrap (UI styling)

Setup

  1. Clone the repository:
    git clone https://github.com/yourusername/pythonFlask-pulseCheck.git
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the application:
    python app.py

Usage

  • Access the dashboard at http://localhost:5000
  • Configure services to monitor in config.py

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published