From 8afc132b68334e7b3725676510be6ca0a8e3c45f Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 21 Mar 2025 06:40:19 +0100 Subject: [PATCH] more neat --- show-status.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/show-status.sh b/show-status.sh index 34c75054..ab872609 100755 --- a/show-status.sh +++ b/show-status.sh @@ -5,9 +5,14 @@ source $BASEPATH/.env IFS=':' read -ra parts <<< $COMPOSE_FILE -blacklist=("drpc.yml" "drpc-free.yml" "base.yml" "rpc.yml" "monitoring.yml" "ftp.yml" "backup-http.yml") +blacklist=( + "drpc.yml" "drpc-free.yml" "drpc-home.yml" # dshackles + "arbitrum-one-mainnet-arbnode-archive-trace.yml" # always behind and no reference rpc + "ethereum-beacon-mainnet-lighthouse-pruned-blobs" # can't handle beacon rest api yet + "rpc.yml" "monitoring.yml" "ftp.yml" "backup-http.yml" # no rpcs +) -# Flag to track if any invocation failed +# Flag to track if any invocation failed for the alert scripts any_failure=false