Last active
January 13, 2022 12:00
-
-
Save simoniz0r/28e2bd45d6cc6ca808edaa3b0fbc9047 to your computer and use it in GitHub Desktop.
status
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Syretia.cf Status</title><style> | |
body { font-family: segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,Verdana,sans-serif; } | |
h1 { margin-top: 30px; } | |
ul { padding: 0px; } | |
li { list-style: none; margin-bottom: 2px; padding: 5px; border-bottom: 1px solid #ddd; } | |
.container { max-width: 600px; width: 100%; margin: 15px auto; } | |
.panel { text-align: center; padding: 10px; border: 0px; border-radius: 5px; } | |
.failed-bg { color: white; background-color: #E25D6A; } | |
.success-bg { color: white; background-color: #52B86A; } | |
.failed { color: #E25D6A; } | |
.success { color: #52B86A; } | |
.small { font-size: 80%; } | |
.status { float: right; } | |
.iframe { float: left; margin-left: -28%; } | |
</style></head> | |
<body> | |
<div class='container'> | |
<h1>Syretia.cf Status</h1> | |
<p class="iframe"><iframe src="https://72da5771.checklyhq.com/" height="295" width="960" title="Checkly" style="border:none;" scrolling="no"></iframe></p> | |
<h1>Stats</h1> | |
<ul> | |
<li>Webhookd <span class='small success'>(version: e1f24fa)</span><span class='status success'>Online</span></li> | |
<li>Requests <span class='status success'>2,406</span></li> | |
<li>Failed Requests <span class='status failed'>6</span></li> | |
<li>Bandwidth <span class='status success'>5.42GB / 8TB</span></li> | |
<li>Uptime <span class='status success'>3.73 days</span></li> | |
</ul> | |
<p class=small> Last check: 2022-01-13T12:00:07+00:00</p> | |
<h1>Incidents</h1> | |
<p class=small>• 2022-01-09T18:34:00+0000 <a href="https://status.racknerd.com/incident/233">RackNerd connectivity issues</a></p> | |
</div> | |
</body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment