Skip to content

Fclem/StatusCake_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StatusCake_monitor

a services monitoring system that updates "Push" Tests on StatusCake.com StatusCake PUSH depends on my own GitHub "infra_monitor" repository This uses StatusCake.com along with a PUSH scheme to update test instead of updating check on a status change basis.

How to start :

git clone https://github.com/Fclem/StatusCake_monitor.git
./init.sh

documentation from top-level repository

Checks are loaded from config.ini

Currently supported checks types :

  • url : if HTTP GET to url returns HTTP 200
  • tcp : if connection to TCP host port is successful
  • ping : if remote host replies to ICMP ping (through system's ping command)

To be supported checks types :

  • docker : if a named docker container is running

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages