summaryrefslogtreecommitdiffstats
path: root/health-network-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'health-network-html.lsp')
-rw-r--r--health-network-html.lsp11
1 files changed, 11 insertions, 0 deletions
diff --git a/health-network-html.lsp b/health-network-html.lsp
new file mode 100644
index 0000000..f04faaf
--- /dev/null
+++ b/health-network-html.lsp
@@ -0,0 +1,11 @@
+<? local view = ... ?>
+
+<h1>General health</h1>
+
+<h2>Network</h2>
+
+<h3>Interface status</h3>
+<pre><?= view.network.interfaces ?></pre>
+
+<h3>Routes</h3>
+<pre><?= view.network.routes ?></pre>