-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (98 loc) · 3.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<title>Status Dashboard</title>
</head><body>
<div class=container><div class=row><div class=col>
<h1>Status Dashboard</h1>
</div></div>
<div class=row><div class=col>
<div class="alert alert-danger" role="alert">
Errors occured! 3 check(s) have failed.
</div>
<table class="table">
<thead><tr>
<th>Name</th>
<th>HTTP Status/Expected</th>
<th>Error</th>
</tr></thead><tbody>
<tr class='table-danger'><td>
CAM-2
</td><td>
000 /
302
</td><td>
curl: (7) Failed to connect to 10.0.4.13 port 80: Host is unreachable
</td></tr>
<tr class='table-danger'><td>
Portainer - Docker
</td><td>
403 /
200
</td><td>
Status code does not match expected code
</td></tr>
<tr class='table-danger'><td>
Proxmox-1
</td><td>
000 /
200
</td><td>
curl: (92) HTTP/2 stream 0 was not closed cleanly: Unknown error code (err 1)
</td></tr>
<tr><td colspan=3 class='small'>All failed checks were attempted again after 5 seconds and failed again.</td></tr>
</tbody></table>
</div></div>
<div class=row><div class=col>
<a href="#" class="btn btn-success disabled" tabindex="-1" role="button" aria-disabled="true" style="margin-top: 10px; padding: 10px;">
CAM-1
<font color=LightGray> (
0
ms)</font>
</a>
<a href="#" class="btn btn-success disabled" tabindex="-1" role="button" aria-disabled="true" style="margin-top: 10px; padding: 10px;">
DNS - Pi-Hole
<font color=LightGray> (
0
ms)</font>
</a>
<a href="#" class="btn btn-success disabled" tabindex="-1" role="button" aria-disabled="true" style="margin-top: 10px; padding: 10px;">
DNS - pi.sva.run
<font color=LightGray> (
0
ms)</font>
</a>
<a href="#" class="btn btn-success disabled" tabindex="-1" role="button" aria-disabled="true" style="margin-top: 10px; padding: 10px;">
Github Mirror
<font color=LightGray> (
0
ms)</font>
</a>
<a href="#" class="btn btn-success disabled" tabindex="-1" role="button" aria-disabled="true" style="margin-top: 10px; padding: 10px;">
Home Assistant
<font color=LightGray> (
0
ms)</font>
</a>
<a href="#" class="btn btn-success disabled" tabindex="-1" role="button" aria-disabled="true" style="margin-top: 10px; padding: 10px;">
Local Proxy
<font color=LightGray> (
0
ms)</font>
</a>
<a href="#" class="btn btn-success disabled" tabindex="-1" role="button" aria-disabled="true" style="margin-top: 10px; padding: 10px;">
Packagist Mirror
<font color=LightGray> (
0
ms)</font>
</a>
</div></div>
<br>
<div class=row><div class=col>
<p class=small>Last check:
Mon Jul 5 13:35:11 IST 2021
<br>Total duration: 11 ms
<br>Monitoring script by <a href='https://raymii.org/s/software/Bash_HTTP_Monitoring_Dashboard.html'>Remy van Elst</a>. License: GNU AGPLv3.
<a href='https://github.com/raymiiorg/bash-http-monitoring'>Source code</a>
</p>
</div></div></div>
</body></html>