Small changes to README.

This commit is contained in:
Thomas Williams 2024-07-06 14:43:45 +01:00
parent 5990a88b26
commit ffb860a979
Signed by: thomas
GPG key ID: EB8F975CF60BCBFF

View file

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