From fd99599ba83d0c21eefe64c76854f55421afeb1c Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Thu, 27 Jun 2024 19:00:06 +0100 Subject: [PATCH] Amendment to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbd7a54..a80e6c2 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ Both CPU/RAM monitoring and URL monitoring can be set on their own monitoring pe - hostMonitoringPeriod - the delay in between the CPU and RAM usage being probed (defined in seconds). - urlMonitoringPeriod - the delay in between monitoring all of the URLs (defined in seconds). -- urls - the list of URLs to monitor (e.g. ["url1", "url2"]. +- urls - the list of URLs to monitor (e.g. ["url1", "url2"]). - urlTimeout - the delay before considering a URL to have timed out. - maxWorkers - the amount of threads to use when pulling URL resources. Do not set above the maximum number of threads on the host.