summaryrefslogtreecommitdiffstats
path: root/syslog-status-html.lsp
blob: 1192c499af733a85034c5311088e1c79adfd51ed (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
<? local view = ... ?>

<h1>SYSTEM INFO</h1>

<h2>SYSTEM INFO</h2>

<dt>Process status</dt>
<dd><?= view.status.status ?></dd>

<dt>Program version</dt>
<dd><?= view.status.version ?></dd>

<H3>GENERAL CONFIGURATIONS</H3>
<? if (view.status.logfile) then ?>
<dt>Logfile</dt>
<dd><?= view.status.logfile ?></dd>
<? end ?>

<? if (view.status.remote) then ?>
<dt>Remote logging to</dt>
<dd><?= view.status.remote ?></dd>
<? end ?>