Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

Rev Author Line No. Line
2009 raphael.pi 1
 
2
<div class="container">     
3
 
4
<h2>Configuration de l'ALCASAR</h2>
5
<table class="table table-striped">
6
<thead>
7
<tr>
8
<th>Organisme</th>
9
<th>Installation</th>
10
<th>Version</th>
11
<th>@IP publique</th>
12
<th>@IP privée</th>
13
<th>Passerelle</th>
14
<th>DNS1</th>
15
<th>DNS2</th>
16
</tr>
17
</thead>
18
<tbody>
19
<tr>
20
        <td>XXORGXX</td>
21
        <td>XXINSTALLXX</td>
22
        <td>XXAVERSIONXX</td>
23
        <td>XXIP_PUBLICXX</td>
24
        <td>XXIP_PRIVEXX</td>
25
        <td>XXGWXX</td>
26
        <td>XXDNS1XX</td>
27
        <td>XXDNS2XX</td>
28
</tr>
29
</tbody>
30
</table>
31
 
32
<h2>Configuration du Système</h2>
33
<table class="table table-striped">
34
<thead>
35
<tr>
36
<th>Hostname</th>
37
<th>Version</th>
38
<th>Last reboot</th>
39
<th>MAJ Antivirus</th>
40
<th>MAJ Blacklist</th>
41
</tr>
42
</thead>
43
<tbody>
44
<tr>
45
        <td>XXHOSTXX</td>
46
        <td>XXOS_VERSIONXX</td>   
47
        <td>XXREBOOTXX</td>
48
        <td>XXMAJCLAMAVXX</td>
49
	<td>XXMAJBLXX</td>
50
</tr>
51
</tbody>
52
</table>
53
 
54
 
55
<h2>Logiciel mis à jour (cette semaine)</h2>
56
<table class="table table-striped">
57
<thead>
58
<tr>
59
<th>NOM</th>
60
<th>DATE</th>
61
<th>VERSION</th>
62
</tr>
63
</thead>
64
<tbody>
65
	XXRPMXX
66
</tbody>
67
</table>
68
 
69
</div>
70