Subversion Repositories ALCASAR

Rev

Rev 2009 | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
2009 raphael.pi 1
 
2
<div class="container">     
3
 
3267 rexy 4
<h3>Configuration de l'ALCASAR</h3>
2009 raphael.pi 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
 
3267 rexy 32
<h3>Configuration du Système</h3>
2009 raphael.pi 33
<table class="table table-striped">
34
<thead>
35
<tr>
3267 rexy 36
<th>Nom d'hôte</th>
37
<th>Version du noyau</th>
38
<th>Dernier démarrage</th>
2009 raphael.pi 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
 
3267 rexy 55
<h3>Logiciels mis à jour (cette semaine)</h3>
2009 raphael.pi 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
</div>