From ffb860a979ce9735daf9d6476e47e64186968ff4 Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Sat, 6 Jul 2024 14:43:45 +0100 Subject: [PATCH] Small changes to README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6f6329a..93d432c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ Both CPU/RAM monitoring and URL monitoring can be set on their own monitoring pe - **sqlDatabase** - the database to write the data. - **sqlUsername** - the username used to authenticate to the SQL server. - **sqlPassword** - the password used to authenticate to the SQL server. +- **rabbitmqHost** - the hostname of the RabbitMQ instance if using RabbitMQ. +- **rabbitmqPort** - the port of the RabbitMQ instance if using RabbitMQ. +- **rabbitmqca** - the ca file to use when publishing messages to RabbitMQ. +- **rabbitmqcacert** - the certificate file to use when publishing messages if using RabbitMQ. +- **rabbitmqcakey** - the key file to use when publishing messages if using RabbitMQ. +- **rabbitmqRoutingKey** - the routing key to use when publishing messages if using RabbitMQ. - **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.