blob: 2c38c8422a674d951374291f10340660cc7e9f54 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/gif" href="https://foo.zone/favicon.ico" />
<link rel="stylesheet" href="https://foo.zone/style.css" />
<title>Top 3 Uptime's by Host</title>
</head>
<body>
<p class="header">
<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&limit=3">Report API</a>
</p>
<h1 style="display: inline">Top 3 Uptime's by Host</h1><br />
<br />
<span class="quote">Uptime is the total uptime of a host over the entire lifespan.</span><br />
<br />
<pre>+-----+---------+-----------------------------+-----------------------------------+
| Pos | Host | Uptime | Last Kernel |
+-----+---------+-----------------------------+-----------------------------------+
| 1. | vulcan | 4 years, 4 months, 7 days | Linux 3.10.0-1160.81.1.el7.x86_64 |
| 2. | uranus | 3 years, 11 months, 21 days | Linux 5.16.14-arch1-1 |
| 3. | sun | 3 years, 9 months, 26 days | FreeBSD 10.3-RELEASE-p24 |
+-----+---------+-----------------------------+-----------------------------------+
</pre>
</body>
</html>
|