Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 1.68 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.68 KB

System Status Page

This is a simple status page to show an overview of your sites. The goal here was to create a simple, free, remote monitoring capabilty. The plan was to create something easily modified for use to show current open issues, setup notices of maintenance windows, and obviously show the current UP status of sites. This work is not originally done by me, but I like to think I've improved on and fixed previous works by others.

This is based off status by @flybaseio which is originally based on statuspage by @jayfk. Please feel free to fork, modify, and help improve!

Large thanks to @vertig0ne for the help with adapting this. More credit due to him for manipulation of the code so far.

Configuration/Usage

Check the wiki for details on configuration and usage.

Features

  • Fetch service status dynamically from REST API using UptimeRobot
  • Fetch incident messages from GitHub Issues
  • Dynamically display issues as either Incidents or Maintenance
  • Top level notification bar to indicate overall status
  • Only displays up to last 14 days of incidents
  • Select from light or dark theme

Future, aka Work-In-Progress

  • Report no maintenance scheduled if none exist
  • Reduce API calls to GH by combining incident/maintenance request Feature Requests

MIT Licensed