Amendment to readme

This commit is contained in:
Thomas Williams 2024-06-27 19:00:06 +01:00
parent fa009d4d43
commit fd99599ba8
Signed by: thomas
GPG key ID: EB8F975CF60BCBFF

View file

@ -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.