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.