From ca2b732822b70527960f099d82df6b4f1868d6ac Mon Sep 17 00:00:00 2001 From: Andres Gomez Casanova Date: Fri, 29 Mar 2024 22:39:56 -0500 Subject: [PATCH] size of 90 days in intervals --- scripts/health-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/health-check.sh b/scripts/health-check.sh index a470509e875e..35f53805f6b8 100755 --- a/scripts/health-check.sh +++ b/scripts/health-check.sh @@ -51,7 +51,7 @@ do then mkdir -p public/status echo "$dateTime, $result, $time_total" >> "public/status/${key}_report.log" - tail -2000 "public/status/${key}_report.log" > "public/status/${key}_report.log.tmp" + tail -8640 "public/status/${key}_report.log" > "public/status/${key}_report.log.tmp" mv "public/status/${key}_report.log.tmp" "public/status/${key}_report.log" else echo " $dateTime, $result, $time_total"