summaryrefslogtreecommitdiffstats
path: root/health-system-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'health-system-html.lsp')
-rw-r--r--health-system-html.lsp12
1 files changed, 5 insertions, 7 deletions
diff --git a/health-system-html.lsp b/health-system-html.lsp
index 7cc9287..a4174b2 100644
--- a/health-system-html.lsp
+++ b/health-system-html.lsp
@@ -1,19 +1,17 @@
<? local view = ... ?>
-<h1>General health</h1>
+<h1>System</h1>
-<h2>System</h2>
-
-<h3>Uptime</h3>
+<h2>Uptime</h2>
<pre><?= view.system.uptime ?></pre>
-<h3>Time/TimeZone</h3>
+<h2>Time/TimeZone</h2>
<pre><?= view.system.date ?></pre>
<pre><?= view.system.timezone ?></pre>
-<h3>Name</h3>
+<h2>Name</h2>
<pre><?= view.system.uname ?></pre>
-<h3>Memory</h3>
+<h2>Memory</h2>
<pre><?= view.system.memory.value ?></pre>
<TABLE STYLE="margin:0px;padding:0px;border:0px">