This commit is contained in:
@@ -24,9 +24,14 @@ INSTALLATION
|
|||||||
|
|
||||||
CONFIGURATION
|
CONFIGURATION
|
||||||
|
|
||||||
* manage directories and files including templates
|
* manage directories
|
||||||
|
* manage files including templates
|
||||||
* manage service
|
* manage service
|
||||||
|
|
||||||
|
Configurable options:
|
||||||
|
- --storage.tsdb.retention.time via `$ps_retention_time`
|
||||||
|
- --storage.tsdb.retention.size via `$ps_retention_size`
|
||||||
|
|
||||||
## Repo Documentation
|
## Repo Documentation
|
||||||
|
|
||||||
See the full Puppet documentation including parameters in `docs/index.html`
|
See the full Puppet documentation including parameters in `docs/index.html`
|
||||||
@@ -43,7 +48,7 @@ via site.pp or nodes.pp
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
node 'example.example.net' {
|
node 'example.example.net' {
|
||||||
include cd_kubernetes
|
include cd_prometheus
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user