From d80342cd4194d05020689c376a03d5c8e04f12bd Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Fri, 5 Jul 2024 13:45:55 +0100 Subject: [PATCH] Amendments to the README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dcd6080..912e51e 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Both CPU/RAM monitoring and URL monitoring can be set on their own monitoring pe - **sqlPassword** - the password used to authenticate to the SQL server. - **logRetentionDays** - the maximum age logs should be kept. - **maximumSQLAttempts** - the maximum number of attempts to try certain SQL operations. -- **hostMonitorStartTime** - the start time which the host monitor should start at the earliest -- **hostMonitorEndTime** - the end time which the host monitor should shut down. -- **urlMonitorStartTime** - the start time which the url monitor should start at the earliest -- **urlMonitorEndTime** - the end time which the url monitor whould shut down. +- **hostMonitorStartTime** - the start time which the host monitor should start at the earliest. +- **hostMonitorEndTime** - the end time which the host monitor should shut down. This does not stop the script itself and this monitor will restart at the start time. +- **urlMonitorStartTime** - the start time which the url monitor should start at the earliest. +- **urlMonitorEndTime** - the end time which the url monitor whould shut down. This does not stop the script itself and this monitor will restart at the start time.