Line 22... |
Line 22... |
22 |
$l_chilli = "Passerelle d'interception et serveur DHCP";
|
22 |
$l_chilli = "Passerelle d'interception et serveur DHCP";
|
23 |
$l_e2guardian = "Filtre d'URL et de contenu WEB";
|
23 |
$l_e2guardian = "Filtre d'URL et de contenu WEB";
|
24 |
$l_mysqld = "Serveur de la base des usagers";
|
24 |
$l_mysqld = "Serveur de la base des usagers";
|
25 |
$l_lighttpd = "Serveur WEB (Alcasar Control Center)";
|
25 |
$l_lighttpd = "Serveur WEB (Alcasar Control Center)";
|
26 |
$l_sshd = "Accès sécurisée distant";
|
26 |
$l_sshd = "Accès sécurisée distant";
|
27 |
$l_freshclam = "Mise à jour de l'antivirus (toutes les 4 heures)";
|
27 |
$l_clamav_freshclam = "Mise à jour de l'antivirus (toutes les 4 heures)";
|
28 |
$l_ntpd = "Service de mise à l'heure réseau";
|
28 |
$l_ntpd = "Service de mise à l'heure réseau";
|
29 |
$l_fail2ban = "Détecteur d'intrusion";
|
29 |
$l_fail2ban = "Détecteur d'intrusion";
|
30 |
$l_nfcapd = "Collecteur de flux NetFlow";
|
30 |
$l_nfcapd = "Collecteur de flux NetFlow";
|
31 |
$l_vnstat = "Grapheur de flux réseau";
|
31 |
$l_vnstat = "Grapheur de flux réseau";
|
32 |
$l_havp = "Proxy Antivirus";
|
32 |
$l_havp = "Proxy Antivirus";
|
Line 61... |
Line 61... |
61 |
$l_chilli = "Interception gateway and DHCP server";
|
61 |
$l_chilli = "Interception gateway and DHCP server";
|
62 |
$l_e2guardian = "URL and WEB content filter";
|
62 |
$l_e2guardian = "URL and WEB content filter";
|
63 |
$l_mysqld = "User database server";
|
63 |
$l_mysqld = "User database server";
|
64 |
$l_lighttpd = "WEB server (ALCASAR Control Center)";
|
64 |
$l_lighttpd = "WEB server (ALCASAR Control Center)";
|
65 |
$l_sshd = "Secure remote access";
|
65 |
$l_sshd = "Secure remote access";
|
66 |
$l_freshclam = "Antivirus update process (every 4 hours)";
|
66 |
$l_clamav_freshclam = "Antivirus update process (every 4 hours)";
|
67 |
$l_ntpd = "Network time server";
|
67 |
$l_ntpd = "Network time server";
|
68 |
$l_fail2ban = "Intrusion Dectection System";
|
68 |
$l_fail2ban = "Intrusion Dectection System";
|
69 |
$l_nfcapd = "Netflow collector";
|
69 |
$l_nfcapd = "Netflow collector";
|
70 |
$l_vnstat = "Network grapher";
|
70 |
$l_vnstat = "Network grapher";
|
71 |
$l_havp = "Antivirus Proxy";
|
71 |
$l_havp = "Antivirus Proxy";
|
Line 182... |
Line 182... |
182 |
$FilterServiceStatus['dnsmasq_whitelist'] = checkServiceStatus("dnsmasq-whitelist");
|
182 |
$FilterServiceStatus['dnsmasq_whitelist'] = checkServiceStatus("dnsmasq-whitelist");
|
183 |
$FilterServiceStatus['unbound_blackhole'] = checkServiceStatus("unbound-blackhole");
|
183 |
$FilterServiceStatus['unbound_blackhole'] = checkServiceStatus("unbound-blackhole");
|
184 |
$FilterServiceStatus['e2guardian'] = checkServiceStatus("e2guardian");
|
184 |
$FilterServiceStatus['e2guardian'] = checkServiceStatus("e2guardian");
|
185 |
$FilterServiceStatus['havp'] = checkServiceStatus("havp");
|
185 |
$FilterServiceStatus['havp'] = checkServiceStatus("havp");
|
186 |
$FilterServiceStatus['tinyproxy'] = checkServiceStatus("tinyproxy");
|
186 |
$FilterServiceStatus['tinyproxy'] = checkServiceStatus("tinyproxy");
|
187 |
$FilterServiceStatus['clamav-freshclam'] = checkServiceStatus("clamav-freshclam");
|
187 |
$FilterServiceStatus['clamav_freshclam'] = checkServiceStatus("clamav-freshclam");
|
188 |
|
188 |
|
189 |
$OptServiceStatus = array();
|
189 |
$OptServiceStatus = array();
|
190 |
$OptServiceStatus['sshd'] = checkServiceStatus("sshd");
|
190 |
$OptServiceStatus['sshd'] = checkServiceStatus("sshd");
|
191 |
$OptServiceStatus['ntpd'] = checkServiceStatus("ntpd");
|
191 |
$OptServiceStatus['ntpd'] = checkServiceStatus("ntpd");
|
192 |
$OptServiceStatus['fail2ban'] = checkServiceStatus("fail2ban");
|
192 |
$OptServiceStatus['fail2ban'] = checkServiceStatus("fail2ban");
|