summaryrefslogtreecommitdiff
path: root/fixtures
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-14 22:05:08 +0300
committerPaul Buetow <paul@buetow.org>2026-04-14 22:05:08 +0300
commitf90a9e0063dbe4ca06c193aec7e7469a32e0b422 (patch)
tree72124595231432f26aef9916ba0b8006d5dd8518 /fixtures
parent91a42298f46ee659a951211d4c47f9096fe97b29 (diff)
Release 0.4.0: foo.zone HTML styling, uptime-stats section order, dashboard without full Kernel tables.HEADv0.4.0master
- Link foo.zone stylesheet and mirror header/heading/quote layout for HTML reports. - Default -all stats order matches foo.zone (Host Uptime through Score, then KernelMajor and KernelName; full Kernel last when include-kernel). - Daemon root HTML uses include-kernel=false like the public stats page. - Refresh HTML integration fixtures. Made-with: Cursor
Diffstat (limited to 'fixtures')
-rw-r--r--fixtures/Host.Boots.HTML.expected11
-rw-r--r--fixtures/Host.Downtime.HTML.expected11
-rw-r--r--fixtures/Host.Lifespan.HTML.expected11
-rw-r--r--fixtures/Host.Score.HTML.expected11
-rw-r--r--fixtures/Host.Uptime.HTML.expected11
-rw-r--r--fixtures/Kernel.Boots.HTML.expected11
-rw-r--r--fixtures/Kernel.Score.HTML.expected11
-rw-r--r--fixtures/Kernel.Uptime.HTML.expected11
-rw-r--r--fixtures/KernelMajor.Boots.HTML.expected11
-rw-r--r--fixtures/KernelMajor.Score.HTML.expected11
-rw-r--r--fixtures/KernelMajor.Uptime.HTML.expected11
-rw-r--r--fixtures/KernelName.Boots.HTML.expected11
-rw-r--r--fixtures/KernelName.Score.HTML.expected11
-rw-r--r--fixtures/KernelName.Uptime.HTML.expected11
14 files changed, 126 insertions, 28 deletions
diff --git a/fixtures/Host.Boots.HTML.expected b/fixtures/Host.Boots.HTML.expected
index e0b78a3..225f751 100644
--- a/fixtures/Host.Boots.HTML.expected
+++ b/fixtures/Host.Boots.HTML.expected
@@ -2,11 +2,18 @@
<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 Boots&#39;s by Host</title>
</head>
<body>
-<h1>Top 3 Boots&#39;s by Host</h1>
-<p>Boots is the total number of host boots over the entire lifespan.</p>
+<p class="header">
+<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&amp;limit=3">Report API</a>
+</p>
+<h1 style="display: inline">Top 3 Boots&#39;s by Host</h1><br />
+<br />
+<span class="quote">Boots is the total number of host boots over the entire lifespan.</span><br />
+<br />
<pre>+-----+----------------+-------+-----------------------------+
| Pos | Host | Boots | Last Kernel |
+-----+----------------+-------+-----------------------------+
diff --git a/fixtures/Host.Downtime.HTML.expected b/fixtures/Host.Downtime.HTML.expected
index 72bdd43..fcb1569 100644
--- a/fixtures/Host.Downtime.HTML.expected
+++ b/fixtures/Host.Downtime.HTML.expected
@@ -2,11 +2,18 @@
<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 Downtime&#39;s by Host</title>
</head>
<body>
-<h1>Top 3 Downtime&#39;s by Host</h1>
-<p>Downtime is the total downtime of a host over the entire lifespan.</p>
+<p class="header">
+<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&amp;limit=3">Report API</a>
+</p>
+<h1 style="display: inline">Top 3 Downtime&#39;s by Host</h1><br />
+<br />
+<span class="quote">Downtime is the total downtime of a host over the entire lifespan.</span><br />
+<br />
<pre>+-----+----------------+-----------------------------+--------------------------+
| Pos | Host | Downtime | Last Kernel |
+-----+----------------+-----------------------------+--------------------------+
diff --git a/fixtures/Host.Lifespan.HTML.expected b/fixtures/Host.Lifespan.HTML.expected
index 12bfe4d..ea34115 100644
--- a/fixtures/Host.Lifespan.HTML.expected
+++ b/fixtures/Host.Lifespan.HTML.expected
@@ -2,11 +2,18 @@
<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 Lifespan&#39;s by Host</title>
</head>
<body>
-<h1>Top 3 Lifespan&#39;s by Host</h1>
-<p>Lifespan is the total uptime + the total downtime of a host.</p>
+<p class="header">
+<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&amp;limit=3">Report API</a>
+</p>
+<h1 style="display: inline">Top 3 Lifespan&#39;s by Host</h1><br />
+<br />
+<span class="quote">Lifespan is the total uptime + the total downtime of a host.</span><br />
+<br />
<pre>+-----+----------------+----------------------------+--------------------------+
| Pos | Host | Lifespan | Last Kernel |
+-----+----------------+----------------------------+--------------------------+
diff --git a/fixtures/Host.Score.HTML.expected b/fixtures/Host.Score.HTML.expected
index e42adf9..61c77d8 100644
--- a/fixtures/Host.Score.HTML.expected
+++ b/fixtures/Host.Score.HTML.expected
@@ -2,11 +2,18 @@
<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 Score&#39;s by Host</title>
</head>
<body>
-<h1>Top 3 Score&#39;s by Host</h1>
-<p>Score is calculated by combining all other metrics.</p>
+<p class="header">
+<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&amp;limit=3">Report API</a>
+</p>
+<h1 style="display: inline">Top 3 Score&#39;s by Host</h1><br />
+<br />
+<span class="quote">Score is calculated by combining all other metrics.</span><br />
+<br />
<pre>+-----+---------+-------+-----------------------------------+
| Pos | Host | Score | Last Kernel |
+-----+---------+-------+-----------------------------------+
diff --git a/fixtures/Host.Uptime.HTML.expected b/fixtures/Host.Uptime.HTML.expected
index 484aef6..2c38c84 100644
--- a/fixtures/Host.Uptime.HTML.expected
+++ b/fixtures/Host.Uptime.HTML.expected
@@ -2,11 +2,18 @@
<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&#39;s by Host</title>
</head>
<body>
-<h1>Top 3 Uptime&#39;s by Host</h1>
-<p>Uptime is the total uptime of a host over the entire lifespan.</p>
+<p class="header">
+<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&amp;limit=3">Report API</a>
+</p>
+<h1 style="display: inline">Top 3 Uptime&#39;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 |
+-----+---------+-----------------------------+-----------------------------------+
diff --git a/fixtures/Kernel.Boots.HTML.expected b/fixtures/Kernel.Boots.HTML.expected
index d4e7435..e748baf 100644
--- a/fixtures/Kernel.Boots.HTML.expected
+++ b/fixtures/Kernel.Boots.HTML.expected
@@ -2,11 +2,18 @@
<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 Boots&#39;s by Kernel</title>
</head>
<body>
-<h1>Top 3 Boots&#39;s by Kernel</h1>
-<p>Boots is the total number of host boots over the entire lifespan.</p>
+<p class="header">
+<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&amp;limit=3">Report API</a>
+</p>
+<h1 style="display: inline">Top 3 Boots&#39;s by Kernel</h1><br />
+<br />
+<span class="quote">Boots is the total number of host boots over the entire lifespan.</span><br />
+<br />
<pre>+-----+------------------------------+-------+
| Pos | Kernel | Boots |
+-----+------------------------------+-------+
diff --git a/fixtures/Kernel.Score.HTML.expected b/fixtures/Kernel.Score.HTML.expected
index 2446cfe..0aaa7ee 100644
--- a/fixtures/Kernel.Score.HTML.expected
+++ b/fixtures/Kernel.Score.HTML.expected
@@ -2,11 +2,18 @@
<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 Score&#39;s by Kernel</title>
</head>
<body>
-<h1>Top 3 Score&#39;s by Kernel</h1>
-<p>Score is calculated by combining all other metrics.</p>
+<p class="header">
+<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&amp;limit=3">Report API</a>
+</p>
+<h1 style="display: inline">Top 3 Score&#39;s by Kernel</h1><br />
+<br />
+<span class="quote">Score is calculated by combining all other metrics.</span><br />
+<br />
<pre>+-----+------------------------------------+-------+
| Pos | Kernel | Score |
+-----+------------------------------------+-------+
diff --git a/fixtures/Kernel.Uptime.HTML.expected b/fixtures/Kernel.Uptime.HTML.expected
index d57421a..84b1691 100644
--- a/fixtures/Kernel.Uptime.HTML.expected
+++ b/fixtures/Kernel.Uptime.HTML.expected
@@ -2,11 +2,18 @@
<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&#39;s by Kernel</title>
</head>
<body>
-<h1>Top 3 Uptime&#39;s by Kernel</h1>
-<p>Uptime is the total uptime of a host over the entire lifespan.</p>
+<p class="header">
+<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&amp;limit=3">Report API</a>
+</p>
+<h1 style="display: inline">Top 3 Uptime&#39;s by Kernel</h1><br />
+<br />
+<span class="quote">Uptime is the total uptime of a host over the entire lifespan.</span><br />
+<br />
<pre>+-----+------------------------------------+-----------------------------+
| Pos | Kernel | Uptime |
+-----+------------------------------------+-----------------------------+
diff --git a/fixtures/KernelMajor.Boots.HTML.expected b/fixtures/KernelMajor.Boots.HTML.expected
index 298f5d0..d639641 100644
--- a/fixtures/KernelMajor.Boots.HTML.expected
+++ b/fixtures/KernelMajor.Boots.HTML.expected
@@ -2,11 +2,18 @@
<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 Boots&#39;s by KernelMajor</title>
</head>
<body>
-<h1>Top 3 Boots&#39;s by KernelMajor</h1>
-<p>Boots is the total number of host boots over the entire lifespan.</p>
+<p class="header">
+<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&amp;limit=3">Report API</a>
+</p>
+<h1 style="display: inline">Top 3 Boots&#39;s by KernelMajor</h1><br />
+<br />
+<span class="quote">Boots is the total number of host boots over the entire lifespan.</span><br />
+<br />
<pre>+-----+----------------+-------+
| Pos | KernelMajor | Boots |
+-----+----------------+-------+
diff --git a/fixtures/KernelMajor.Score.HTML.expected b/fixtures/KernelMajor.Score.HTML.expected
index 9aa35d0..fc5362c 100644
--- a/fixtures/KernelMajor.Score.HTML.expected
+++ b/fixtures/KernelMajor.Score.HTML.expected
@@ -2,11 +2,18 @@
<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 Score&#39;s by KernelMajor</title>
</head>
<body>
-<h1>Top 3 Score&#39;s by KernelMajor</h1>
-<p>Score is calculated by combining all other metrics.</p>
+<p class="header">
+<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&amp;limit=3">Report API</a>
+</p>
+<h1 style="display: inline">Top 3 Score&#39;s by KernelMajor</h1><br />
+<br />
+<span class="quote">Score is calculated by combining all other metrics.</span><br />
+<br />
<pre>+-----+----------------+-------+
| Pos | KernelMajor | Score |
+-----+----------------+-------+
diff --git a/fixtures/KernelMajor.Uptime.HTML.expected b/fixtures/KernelMajor.Uptime.HTML.expected
index c77248e..6608613 100644
--- a/fixtures/KernelMajor.Uptime.HTML.expected
+++ b/fixtures/KernelMajor.Uptime.HTML.expected
@@ -2,11 +2,18 @@
<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&#39;s by KernelMajor</title>
</head>
<body>
-<h1>Top 3 Uptime&#39;s by KernelMajor</h1>
-<p>Uptime is the total uptime of a host over the entire lifespan.</p>
+<p class="header">
+<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&amp;limit=3">Report API</a>
+</p>
+<h1 style="display: inline">Top 3 Uptime&#39;s by KernelMajor</h1><br />
+<br />
+<span class="quote">Uptime is the total uptime of a host over the entire lifespan.</span><br />
+<br />
<pre>+-----+----------------+-----------------------------+
| Pos | KernelMajor | Uptime |
+-----+----------------+-----------------------------+
diff --git a/fixtures/KernelName.Boots.HTML.expected b/fixtures/KernelName.Boots.HTML.expected
index 298d9b7..37c38a1 100644
--- a/fixtures/KernelName.Boots.HTML.expected
+++ b/fixtures/KernelName.Boots.HTML.expected
@@ -2,11 +2,18 @@
<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 Boots&#39;s by KernelName</title>
</head>
<body>
-<h1>Top 3 Boots&#39;s by KernelName</h1>
-<p>Boots is the total number of host boots over the entire lifespan.</p>
+<p class="header">
+<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&amp;limit=3">Report API</a>
+</p>
+<h1 style="display: inline">Top 3 Boots&#39;s by KernelName</h1><br />
+<br />
+<span class="quote">Boots is the total number of host boots over the entire lifespan.</span><br />
+<br />
<pre>+-----+------------+-------+
| Pos | KernelName | Boots |
+-----+------------+-------+
diff --git a/fixtures/KernelName.Score.HTML.expected b/fixtures/KernelName.Score.HTML.expected
index 483414a..eae7811 100644
--- a/fixtures/KernelName.Score.HTML.expected
+++ b/fixtures/KernelName.Score.HTML.expected
@@ -2,11 +2,18 @@
<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 Score&#39;s by KernelName</title>
</head>
<body>
-<h1>Top 3 Score&#39;s by KernelName</h1>
-<p>Score is calculated by combining all other metrics.</p>
+<p class="header">
+<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&amp;limit=3">Report API</a>
+</p>
+<h1 style="display: inline">Top 3 Score&#39;s by KernelName</h1><br />
+<br />
+<span class="quote">Score is calculated by combining all other metrics.</span><br />
+<br />
<pre>+-----+------------+-------+
| Pos | KernelName | Score |
+-----+------------+-------+
diff --git a/fixtures/KernelName.Uptime.HTML.expected b/fixtures/KernelName.Uptime.HTML.expected
index 862be60..2c0bcf4 100644
--- a/fixtures/KernelName.Uptime.HTML.expected
+++ b/fixtures/KernelName.Uptime.HTML.expected
@@ -2,11 +2,18 @@
<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&#39;s by KernelName</title>
</head>
<body>
-<h1>Top 3 Uptime&#39;s by KernelName</h1>
-<p>Uptime is the total uptime of a host over the entire lifespan.</p>
+<p class="header">
+<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&amp;limit=3">Report API</a>
+</p>
+<h1 style="display: inline">Top 3 Uptime&#39;s by KernelName</h1><br />
+<br />
+<span class="quote">Uptime is the total uptime of a host over the entire lifespan.</span><br />
+<br />
<pre>+-----+------------+-----------------------------+
| Pos | KernelName | Uptime |
+-----+------------+-----------------------------+