Small changes to README.
This commit is contained in:
parent
5990a88b26
commit
ffb860a979
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
- **sqlDatabase** - the database to write the data.
|
||||||
- **sqlUsername** - the username used to authenticate to the SQL server.
|
- **sqlUsername** - the username used to authenticate to the SQL server.
|
||||||
- **sqlPassword** - the password 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.
|
- **logRetentionDays** - the maximum age logs should be kept.
|
||||||
- **maximumSQLAttempts** - the maximum number of attempts to try certain SQL operations.
|
- **maximumSQLAttempts** - the maximum number of attempts to try certain SQL operations.
|
||||||
- **hostMonitorStartTime** - the start time which the host monitor should start at the earliest.
|
- **hostMonitorStartTime** - the start time which the host monitor should start at the earliest.
|
||||||
|
|
Loading…
Reference in a new issue