From d01f00b7c60e6a05c63fa61efd69ced2f879b1c7 Mon Sep 17 00:00:00 2001 From: Hugo Haas Date: Tue, 9 Jun 2026 07:38:53 -0500 Subject: [PATCH] docs(README): updated stats section --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 511d95f..425f3b3 100644 --- a/README.md +++ b/README.md @@ -118,10 +118,15 @@ The sample configuration above will provide data looking like this: "downTime": "0s" } ], - "totalChecksRun": 612, - "timeSinceLastUpdate": "35s", - "updUptime": "20h25m15s", - "updVersion": "2.0.0", - "generatedAt": "2024-12-12T17:38:01.738046722-06:00" + "loop": { + "lastSuccess": "11s", + "nextCheck": "49s", + "interval": "1m", + "timeSinceLastUpdate": "11s", + "totalChecksRun": 753 + }, + "updUptime": "12h33m23s", + "updVersion": "4.2.0", + "generatedAt": "2026-06-09T07:37:00.70887063-05:00" } ```