diff --git a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh index e112e5450..60d5b87da 100755 --- a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh +++ b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh @@ -89,6 +89,7 @@ apprisealert() { notification+="$stopped_service" notification+="
System: ${SITE_NAME:-$(hostname)}" notification+="
Available disk space: $(df -h "$HOME/BirdSongs" | awk 'NR==2 {print $4}')" + notification+="
3 last log lines: $(timeout 15 cat /proc/1/fd/1 | head -n 3)" [[ -n "$BIRDNETPI_URL" ]] && notification+="
Access your BirdNET-Pi" local TITLE="BirdNET-Analyzer Alert"