Merge branch 'master' of lctp:lctp
This commit is contained in:
commit
a5acc69783
2
Makefile
2
Makefile
@ -4,6 +4,6 @@ all:
|
|||||||
(cd $$d; make all) \
|
(cd $$d; make all) \
|
||||||
done
|
done
|
||||||
upload: all
|
upload: all
|
||||||
rsync -avcL www/ lctp@devkid.net:/
|
rsync -avcL www/ deploy@lctp:/srv/http/lctp
|
||||||
watch:
|
watch:
|
||||||
cd bericht && make watch
|
cd bericht && make watch
|
||||||
|
@ -72,40 +72,34 @@ pre {
|
|||||||
<div class="pure-u-1-4"></div>
|
<div class="pure-u-1-4"></div>
|
||||||
<div class="pure-u-1-2">
|
<div class="pure-u-1-2">
|
||||||
<section id="status">
|
<section id="status">
|
||||||
<h2>Status</h2>
|
<h2><a href="/munin/">Status</a></h2>
|
||||||
<table class="pure-table">
|
<table class="pure-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Server</th>
|
<th>Server</th>
|
||||||
<th>IP</th>
|
<th>IP</th>
|
||||||
<th>Status</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th>zotac0 (Head-Node)</th>
|
<th><a href="/munin/zotac0/zotac0/index.html">zotac0 (Head-Node)</a></th>
|
||||||
<th>10.20.0.1/24</th>
|
<th>10.20.0.1/24</th>
|
||||||
<th>-</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>zotac1 (Compute-Node, 330er Board)</th>
|
<th><a href="munin/zotac1/zotac1/index.html">zotac1 (Compute-Node, 330er Board)</a></th>
|
||||||
<th>10.20.0.101/24</th>
|
<th>10.20.0.101/24</th>
|
||||||
<th>-</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>zotac2</th>
|
<th>zotac2</th>
|
||||||
<th>10.20.0.102/24</th>
|
<th>10.20.0.102/24</th>
|
||||||
<th>-</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>zotac3</th>
|
<th>zotac3</th>
|
||||||
<th>10.20.0.103/24</th>
|
<th>10.20.0.103/24</th>
|
||||||
<th>-</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>zotac4</th>
|
<th>zotac4</th>
|
||||||
<th>10.20.0.104/24</th>
|
<th>10.20.0.104/24</th>
|
||||||
<th>-</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@ -139,7 +133,7 @@ EOF</pre>
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Alfred</td>
|
<td>Alfred</td>
|
||||||
<td>devkid devkid.net</td>
|
<td>s4039299 mail.zih.tu-dresden.de</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Jörg</td>
|
<td>Jörg</td>
|
||||||
@ -147,7 +141,7 @@ EOF</pre>
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Patrick</td>
|
<td>Patrick</td>
|
||||||
<td>stoepsel stoepsel.net</td>
|
<td>s7384334 mail.zih.tu-dresden.de</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user