Document ttl settings in README
This commit is contained in:
parent
9efe80b95a
commit
76fa9018b0
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -193,6 +193,18 @@ The password for the database user (defaults to `puppetdb`; ignored for `embedde
|
|||
|
||||
The name of the database instance to connect to (defaults to `puppetdb`; ignored for `embedded` db).
|
||||
|
||||
####`node_ttl`
|
||||
|
||||
The length of time a node can go without receiving any new data before it's automatically deactivated. (defaults to '0', which disables auto-deactivation)
|
||||
|
||||
####`node_purge_ttl`
|
||||
|
||||
The length of time a node can be deactivated before it's deleted from the database. (defaults to '0', which disables purging)
|
||||
|
||||
####`report_ttl`
|
||||
|
||||
The length of time reports should be stored before being deleted. (defaults to '7d', which is a 7-day period)
|
||||
|
||||
####`puppetdb_package`
|
||||
|
||||
The puppetdb package name in the package manager.
|
||||
|
|
Loading…
Reference in a new issue