From a64211123fe0ff232574fc993c27e6b5a788c2c3 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 21 Feb 2017 16:46:54 +0100 Subject: [PATCH] Some debug additions --- advanced/Scripts/piholeDebug.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/advanced/Scripts/piholeDebug.sh b/advanced/Scripts/piholeDebug.sh index 74d2f05c..b6b71fb7 100755 --- a/advanced/Scripts/piholeDebug.sh +++ b/advanced/Scripts/piholeDebug.sh @@ -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