Skip to content

Commit

Permalink
Deploying to gh-pages from @ fca0826 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Mar 15, 2024
1 parent 64d0a98 commit 66db6ea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ <h1>
<ul class="list-group">
<li class="list-group-item list-group-item-danger">Outage</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
ftp.usa.openbsd.org (curl)
<span class="badge badge-pill badge-danger"><i class="fas fa-times"></i> </span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
Always down (/bin/false)
<span class="badge badge-pill badge-danger"><i class="fas fa-times"></i> </span>
</li>
Expand All @@ -69,6 +65,10 @@ <h1>
<span class="badge badge-pill badge-success"><i class="fas fa-check"></i></span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
ftp.usa.openbsd.org (curl)
<span class="badge badge-pill badge-success"><i class="fas fa-check"></i></span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
DNS @ Google (nc)
<span class="badge badge-pill badge-success"><i class="fas fa-check"></i></span>
</li>
Expand All @@ -80,7 +80,7 @@ <h1>
<hr class="mt-4">
<footer>
<p>Powered by <a href="https://github.com/Cyclenerd/static_status">static_status</a></p>
<p class="text-muted">2024-03-15 06:12:59 UTC</p>
<p class="text-muted">2024-03-15 06:27:35 UTC</p>
</footer>
</div>
<!-- Powered by https://github.com/Cyclenerd/static_status -->
Expand Down
24 changes: 12 additions & 12 deletions status.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
[
{
"site": "ftp.usa.openbsd.org (curl)",
"command": "curl",
"status": "Fail",
"time_sec": "",
"updated": "2024-03-15 06:12:59 UTC"
},
{
"site": "Always down (/bin/false)",
"command": "script",
"status": "Fail",
"time_sec": "",
"updated": "2024-03-15 06:12:59 UTC"
"updated": "2024-03-15 06:27:35 UTC"
},
{
"site": "Always degraded (exit 80)",
"command": "script",
"status": "Degraded",
"time_sec": "",
"updated": "2024-03-15 06:12:59 UTC"
"updated": "2024-03-15 06:27:35 UTC"
},
{
"site": "www.heise.de (curl)",
"command": "curl",
"status": "OK",
"time_sec": "0",
"updated": "2024-03-15 06:12:59 UTC"
"updated": "2024-03-15 06:27:35 UTC"
},
{
"site": "ftp.usa.openbsd.org (curl)",
"command": "curl",
"status": "OK",
"time_sec": "0",
"updated": "2024-03-15 06:27:35 UTC"
},
{
"site": "DNS @ Google (nc)",
"command": "nc",
"status": "OK",
"time_sec": "0",
"updated": "2024-03-15 06:12:59 UTC"
"updated": "2024-03-15 06:27:35 UTC"
},
{
"site": "Always up (/bin/true)",
"command": "script",
"status": "OK",
"time_sec": "0",
"updated": "2024-03-15 06:12:59 UTC"
"updated": "2024-03-15 06:27:35 UTC"
}
]

0 comments on commit 66db6ea

Please sign in to comment.