Skip to content

Commit 14b7684

Browse files
committed
Deploying to gh-pages from @ fca0826 🚀
1 parent c1f652f commit 14b7684

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ <h1>
4545
<ul class="list-group">
4646
<li class="list-group-item list-group-item-danger">Outage</li>
4747
<li class="list-group-item d-flex justify-content-between align-items-center">
48-
ftp.usa.openbsd.org (curl)
49-
<span class="badge badge-pill badge-danger"><i class="fas fa-times"></i> </span>
50-
</li>
51-
<li class="list-group-item d-flex justify-content-between align-items-center">
5248
Always down (/bin/false)
5349
<span class="badge badge-pill badge-danger"><i class="fas fa-times"></i> </span>
5450
</li>
@@ -69,6 +65,10 @@ <h1>
6965
<span class="badge badge-pill badge-success"><i class="fas fa-check"></i></span>
7066
</li>
7167
<li class="list-group-item d-flex justify-content-between align-items-center">
68+
ftp.usa.openbsd.org (curl)
69+
<span class="badge badge-pill badge-success"><i class="fas fa-check"></i></span>
70+
</li>
71+
<li class="list-group-item d-flex justify-content-between align-items-center">
7272
DNS @ Google (nc)
7373
<span class="badge badge-pill badge-success"><i class="fas fa-check"></i></span>
7474
</li>
@@ -80,7 +80,7 @@ <h1>
8080
<hr class="mt-4">
8181
<footer>
8282
<p>Powered by <a href="https://github.com/Cyclenerd/static_status">static_status</a></p>
83-
<p class="text-muted">2024-04-15 06:13:56 UTC</p>
83+
<p class="text-muted">2024-04-15 06:26:35 UTC</p>
8484
</footer>
8585
</div>
8686
<!-- Powered by https://github.com/Cyclenerd/static_status -->

status.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
[
2-
{
3-
"site": "ftp.usa.openbsd.org (curl)",
4-
"command": "curl",
5-
"status": "Fail",
6-
"time_sec": "",
7-
"updated": "2024-04-15 06:13:56 UTC"
8-
},
92
{
103
"site": "Always down (/bin/false)",
114
"command": "script",
125
"status": "Fail",
136
"time_sec": "",
14-
"updated": "2024-04-15 06:13:56 UTC"
7+
"updated": "2024-04-15 06:26:35 UTC"
158
},
169
{
1710
"site": "Always degraded (exit 80)",
1811
"command": "script",
1912
"status": "Degraded",
2013
"time_sec": "",
21-
"updated": "2024-04-15 06:13:56 UTC"
14+
"updated": "2024-04-15 06:26:35 UTC"
2215
},
2316
{
2417
"site": "www.heise.de (curl)",
2518
"command": "curl",
2619
"status": "OK",
2720
"time_sec": "0",
28-
"updated": "2024-04-15 06:13:56 UTC"
21+
"updated": "2024-04-15 06:26:35 UTC"
22+
},
23+
{
24+
"site": "ftp.usa.openbsd.org (curl)",
25+
"command": "curl",
26+
"status": "OK",
27+
"time_sec": "0",
28+
"updated": "2024-04-15 06:26:35 UTC"
2929
},
3030
{
3131
"site": "DNS @ Google (nc)",
3232
"command": "nc",
3333
"status": "OK",
3434
"time_sec": "0",
35-
"updated": "2024-04-15 06:13:56 UTC"
35+
"updated": "2024-04-15 06:26:35 UTC"
3636
},
3737
{
3838
"site": "Always up (/bin/true)",
3939
"command": "script",
4040
"status": "OK",
4141
"time_sec": "0",
42-
"updated": "2024-04-15 06:13:56 UTC"
42+
"updated": "2024-04-15 06:26:35 UTC"
4343
}
4444
]

0 commit comments

Comments
 (0)