Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

wjclub/telegram-status-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Status Page

Status page for telegram

Checks the health of the following telegram services:

  • Telegram DCs
  • Telegram Bot API
  • Telegraph
  • Telescope
  • Telegram Translation
  • Telegram Instantview Editor

Status

ToDo:

  • Fancy Web GUI
  • Downtime History
  • RSS Feed for downtimes
  • HTTP-Webhook Notifications
  • Functionality tests for all telegram services

API

  • /api/v1/all - returns whole status
  • /api/v1/dcs - returns all DC's status
  • /api/v1/services - returns the state of other telegram services

Notes

A ping should look like this:

{
  ok: boolean,
  ping: double,
  ipv4: string,
  date: unix-ms-timestamp
}

functionalitiy checks should look like this:

[
  {
    title: string,
    ok: boolean,
    response_time: double,
    error: string,
    date: unix-ms-timestamp
  },
  ...
]

Each check subject should provide the following API:

// (TCP) Ping the subject
async subject.ping()

// Perform all functionality tests available for this subject.
async subject.test()

About

Is Telegram down again? Check (nearly) every part of the Telegram Ecosystem for functionality.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •