Update diag.sh
This commit is contained in:
parent
1edd65ab02
commit
43061d46d1
30
diag.sh
30
diag.sh
|
|
@ -264,21 +264,6 @@ generate_html_report() {
|
||||||
<body>
|
<body>
|
||||||
<h1>Rapport de Monitoring Samba AD DC - $SERVER_NAME - $(date '+%d/%m/%Y %H:%M:%S')</h1>
|
<h1>Rapport de Monitoring Samba AD DC - $SERVER_NAME - $(date '+%d/%m/%Y %H:%M:%S')</h1>
|
||||||
|
|
||||||
<h2>Synchronisation de l'heure</h2>
|
|
||||||
<table>
|
|
||||||
$(check_time_sync)
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h2>État des ports UFW</h2>
|
|
||||||
<table>
|
|
||||||
$(check_ufw_ports)
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h2>État de la Base de Données AD</h2>
|
|
||||||
<table>
|
|
||||||
$(check_database_consistency)
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h2>Processus Samba AD</h2>
|
<h2>Processus Samba AD</h2>
|
||||||
<table>
|
<table>
|
||||||
$(check_samba_processes)
|
$(check_samba_processes)
|
||||||
|
|
@ -298,6 +283,21 @@ generate_html_report() {
|
||||||
<table>
|
<table>
|
||||||
$(check_dns)
|
$(check_dns)
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<h2>Synchronisation de l'heure</h2>
|
||||||
|
<table>
|
||||||
|
$(check_time_sync)
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<h2>État des ports UFW</h2>
|
||||||
|
<table>
|
||||||
|
$(check_ufw_ports)
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<h2>État de la Base de Données AD</h2>
|
||||||
|
<table>
|
||||||
|
$(check_database_consistency)
|
||||||
|
</table>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue