summaryrefslogtreecommitdiffstats
path: root/health-network-html.lsp
blob: f04faaf27a9d6bc41771d739f3bb614a8f032ccc (plain)
1
2
3
4
5
6
7
8
9
10
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>