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

<h1>System logging</h1>

<h2>SYSTEM INFO</h2>

<dt>Program version</dt>
<dd>(Don't think this can be displayed)</dd>

<dt>Process status</dt>
<dd>[running|stopped]</dd>

<dt>Logfile</dt>
<dd>[/var/log/messages] (Hidden if -R and not -L)</dd>

<dt>Remote logging to</dt>
<dd>[1.2.3.4:514] (Hidden if not appliable)</dd>


<?
--[[ DEBUG INFORMATION
require("debugs")
io.write(debugs.variables(view))
--]]
?>