1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-20 07:08:13 +00:00

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