ServicesStatusChecker

Simple site status checker with notifications configured for Slack. By default, sends message only if any site is down. Use -critical to send any site status.

demo

Requires Resources/config.json:

{
	"token" : "APP-TOKEN-HERE",
	"webHookUrl" : "WEB-HOOK-URL", //obsolete, leave empty. WebHook is not able to customize sender's Name/Profile Pic.
	"teamId" : "TEAM-ID-HERE" //Team to mention in case any site is down.
}

and Resources/sites.txt which contains 1 URL per line.