Some debug additions

This commit is contained in:
DL6ER 2017-02-21 16:46:54 +01:00
parent 1645677c3a
commit a64211123f
No known key found for this signature in database
GPG key ID: 00135ACBD90B28DD

View file

@ -317,8 +317,8 @@ testResolver() {
checkProcesses() {
header_write "Processes Check"
echo "::: Logging status of lighttpd and dnsmasq..."
PROCESSES=( lighttpd dnsmasq )
echo "::: Logging status of lighttpd, dnsmasq and pihole-FTL..."
PROCESSES=( lighttpd dnsmasq pihole-FTL )
for i in "${PROCESSES[@]}"; do
log_write ""
log_write "${i}"
@ -360,6 +360,7 @@ ip_check
daemon_check lighttpd http
daemon_check dnsmasq domain
daemon_check pihole-FTL 4711
checkProcesses
testResolver
debugLighttpd