Skip to content

JeroenRobben/downtime-notifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website downtime notifier


Utility for checking availability of specified websites and notifying about errors via telegram bot.

Building

Depencies:
Building process
  • Clone repository git clone https://github.com/corelof/downtime-notifier
  • Inside of downtme-notifier directory run go build *.go

Launching

  • Rename config_example.json to config.json
  • Fill all config.json fields with correct info(telegram api token, etc.)
  • Specify URL's to check in config file
  • Run previously compiled binary file(main)
  • After launching write message to bot, token of which you have specified. After that, bot will memorize chat id and send reports to this chat. Procedure of memorizing chat id must be repeated on every relaunch.

Note: checkFrequency config parameter must be specified in seconds.

Team

About

Tool for tracking website accessibility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%