Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

status-probe

A simple bot for monitoring your web services status and automatically publish issues on cState.

Getting Started

git clone https://github.com/thuhole/status-probe
cd status-probe
pip3 install -r requirements.txt

Configuation

Copy config.json.example to config.json, then edit:

  • token: GitHub Personal Token
  • repo: Your forked cstate/example repo.
  • tasks: Websites you wanna monitor
    • Category: Reference or Whatever you like
    • Name: The system name in your cState config.yml
    • URL: The HTTP GET url you want to monitor
    • Code: The expecting status code

What's Reference for?

Reference websites are assumed to have 100% uptime. If any Reference website is offline, your services' offline won't be counted. You can use popular websites like Google as Reference websites.

About

cState monitoring bot

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.