From 4c376a46018761e5295a8ab1f7c9f22c20717755 Mon Sep 17 00:00:00 2001 From: dusselmann <91031217+dusselmann@users.noreply.github.com> Date: Thu, 16 Dec 2021 00:07:01 +0100 Subject: [PATCH] latest update --tail 40 did not work; removed it for now --- storj-system-health | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storj-system-health b/storj-system-health index 6278969..838179d 100644 --- a/storj-system-health +++ b/storj-system-health @@ -22,7 +22,7 @@ tmp_rest_of_errors=$(docker logs --since "24h" storagenode 2>&1 | grep ERROR | g # select error messages in detail DLOG="" -ERRS="$(docker logs --since '24h' storagenode 2>&1 | grep ERROR | grep -v -e 'collector' -e 'piecestore')" +ERRS="$(docker logs --since '24h' storagenode 2>&1 | grep ERROR | grep -v -e 'collector' -e 'piecestore')" FATS="$(docker logs --since '24h' storagenode 2>&1 | grep FATAL)" AUDS="$(docker logs --since '24h' storagenode 2>&1 | grep -E 'GET_AUDIT|GET_REPAIR' | grep 'failed')"