Skip to content

PhiSch19/MaintenanceMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Maintenance Monitor

an Application to set Maintenance State of a Service and inform users about the current state via a Website

Company Introduction

We are a small hydro-power electricity supplier near Vienna. Our customers expect electricity around the clock with a service level agreement of 99.95%. This means that the maximum outage of 21 minutes and 54 seconds (monthly in sum) is tolerated. It is easy to derive that service times are very important to us. Huge monitors were installed that should show • a green monitor in case everything looks fine and • a red monitor in case of problems. All monitors show the same content: a maximized website.

How To:

  • Set state via post endpoint "/api/maintenanceMode"

    param maintenance: bool

    param message: str (will be null if maintenance is false)

  • Fetch Maintenance state via get endpoint ""/api/maintenanceMode"

    no params: return Json params: maintenace:bool, message: String

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •