2003-11-14 04:53:02 +00:00
|
|
|
@include hdr.html@
|
2006-03-31 20:08:40 +00:00
|
|
|
<style type="text/css">
|
|
|
|
#service, #stat {
|
|
|
|
width: 60ex;
|
|
|
|
}
|
|
|
|
#thread {
|
|
|
|
width: 80ex;
|
|
|
|
}
|
|
|
|
</style>
|
2006-06-25 20:33:47 +00:00
|
|
|
<h1>Server Status</h1>
|
2006-06-25 18:28:31 +00:00
|
|
|
<table id="service" cellspacing="0">
|
2006-03-31 20:08:40 +00:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>Service</th>
|
|
|
|
<th>Status</th>
|
|
|
|
<th>Control</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
2006-06-11 21:52:37 +00:00
|
|
|
<td>Bonjour</td>
|
2006-03-31 20:08:40 +00:00
|
|
|
<td id="rendezvous">Running</td>
|
|
|
|
<td><!-- <a href="config-update.html?action=stopmdns">Stop MDNS Server</a> --></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2006-06-11 21:52:37 +00:00
|
|
|
<td>Firefly Media Server</td>
|
2006-03-31 20:08:40 +00:00
|
|
|
<td id="daap_server">Running</td>
|
2006-06-11 21:52:37 +00:00
|
|
|
<td><a href="config-update.html?action=stopdaap">Stop Server</a></td>
|
2006-03-31 20:08:40 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>File scanner</td>
|
|
|
|
<td id="file_scanner">Idle</td>
|
|
|
|
<td><a href="config-update.html?action=rescan">Start Scan</a></td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2006-06-25 20:33:47 +00:00
|
|
|
<br />
|
2006-06-25 18:28:31 +00:00
|
|
|
<table id="stat" cellspacing="0">
|
2006-03-31 20:08:40 +00:00
|
|
|
<col style="width: 20ex;" />
|
|
|
|
<col />
|
|
|
|
<tr>
|
|
|
|
<th>Uptime</th>
|
2006-03-31 20:32:32 +00:00
|
|
|
<td id="uptime"> </td>
|
2006-03-31 20:08:40 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Songs</th>
|
2006-03-31 20:32:32 +00:00
|
|
|
<td id="songs"> </td>
|
2006-03-31 20:08:40 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Songs Served</th>
|
2006-03-31 20:32:32 +00:00
|
|
|
<td id="songs_served"> </td>
|
2006-03-31 20:08:40 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>DB Version</th>
|
|
|
|
<td>2</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2006-06-25 20:33:47 +00:00
|
|
|
<br />
|
2006-06-25 18:28:31 +00:00
|
|
|
<table id="thread" cellspacing="0">
|
2006-03-31 20:08:40 +00:00
|
|
|
<col style="width: 20ex;" />
|
|
|
|
<col />
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2006-06-25 20:33:47 +00:00
|
|
|
<th>Client IP</th>
|
2006-03-31 20:08:40 +00:00
|
|
|
<th>Action</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr><td></td><td></td></tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2003-11-14 04:53:02 +00:00
|
|
|
|
|
|
|
@include ftr.html@
|