28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Sneezeline Bot</title>
|
|
<link rel="stylesheet" href="/res/css/midnight_green.css" type="text/css">
|
|
<style>
|
|
article {
|
|
max-width: 60rem;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: justify;
|
|
text-justify: inter-word;
|
|
font-size: medium;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<article>
|
|
<h1>Sneezeline Outage Checker Bot</h1>
|
|
<h2>Because a web page with a map counts as "valid notification"...</h2>
|
|
<h3>And a "valid notification" counts as a "planned service outage" and is not eligible for refund...</h3>
|
|
<p>This bot coalesces live uptime data and outage notifications from breezeline residential services to determine "fault" in an attempt to get refunds for outages that cost me real money. (Δ of notification and ping can be significant enough for a refund)</p>
|
|
<p>If you're reading this you have access to the backend of the breezeline uptime monitoring and incident triage management servers. (Or you have a very fancy web crawler)</p>
|
|
<code>blback@cbax.dev</code>
|
|
</article>
|
|
</body>
|
|
</html>
|