From 653c482ff791a867beefdff1b8dfec5cc3aba970 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Sat, 23 Apr 2022 15:03:58 +0100 Subject: [PATCH] Update troubleshoot_server.sh add in output of afew log log files --- troubleshoot_server.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/troubleshoot_server.sh b/troubleshoot_server.sh index 688a1667..5fd0190c 100644 --- a/troubleshoot_server.sh +++ b/troubleshoot_server.sh @@ -328,7 +328,12 @@ else echo -ne ${RED} SSL Certificate has expired or doesnt exist for $domain | tee -a checklog.log printf >&2 "\n\n" fi + echo -ne ${YELLOW} Getting summary output of logs | tee -a checklog.log +tail /rmm/api/tacticalrmm/tacticalrmm/private/log/django_debug.log | tee -a checklog.log + printf >&2 "\n\n" +tail /rmm/api/tacticalrmm/tacticalrmm/private/log/error.log | tee -a checklog.log + printf >&2 "\n\n" printf >&2 "\n\n" echo -ne ${YELLOW}