From 7f70f366a182dfd165578fe851d90a5f17881fc7 Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Sat, 6 Jul 2024 15:48:44 +0100 Subject: [PATCH] Changes to README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f71adca..6684fe7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Both CPU/RAM monitoring and URL monitoring can be set on their own monitoring pe - **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. - **forceNonPOSIXCPU** - For POSIX compatible systems, psutil.getloadavg() is executed which relies on os.getloadavg(). For Windows, this seemingly returns 0 (at least on the version executed during development). For Windows, a custom function has been built to obtain running CPU averages, but you can choose to use this function on POSIX systems by setting this variable to True. -- **loggingMode** - Valid options: mssql, mariadb, rabbitmq, none. **mariadb and rabbitmq are not yet implemented.** +- **loggingMode** - Valid options: mssql, mariadb, rabbitmq, none. - **sqlServer** - the address of the SQL server which to write the data. - **sqlDatabase** - the database to write the data. - **sqlUsername** - the username used to authenticate to the SQL server.