From 13059decd5d3323d707daddd6d8c36b9fd283dbb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:43:15 +0100 Subject: [PATCH] Update 30-monitoring.sh --- birdnet-pi/rootfs/custom-services.d/30-monitoring.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh index 6d0a9d87d..43bfc4cc8 100755 --- a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh +++ b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh @@ -170,7 +170,7 @@ check_queue() { wav_count=$(find -L "$INGEST_DIR" -maxdepth 1 -name '*.wav' | wc -l) # Example: "Tue Feb 4 20:18:50 CET 2025 INFO: Queue is at a manageable level (1 wav files)." - log_info "$(date) INFO: Queue is at a manageable level (${wav_count} wav files)." + log_green "$(date) INFO: Queue is at a manageable level (${wav_count} wav files)." # Below are your existing thresholds/logic. Adjust as needed: if (( wav_count > 50 )); then