diff --git a/scripts/print_diagnostic_info.sh b/scripts/print_diagnostic_info.sh index df6a3bb..b33d6e9 100644 --- a/scripts/print_diagnostic_info.sh +++ b/scripts/print_diagnostic_info.sh @@ -9,6 +9,9 @@ for service in "${services[@]}"; do echo "" done +echo "========= Syslog snippet ==========" +tail -n 100 /var/log/syslog + # 2. Mounted file systems echo "========== Mounted File Systems ==========" df -h