diff --git a/doc/file.README.html b/doc/file.README.html index b3a1a3f..b0d318a 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -85,11 +85,15 @@
CONFIGURATION
manage directories and files including templates
+manage directories
+manage files including templates
manage service
Configurable options: - –storage.tsdb.retention.time via $ps_retention_time - –storage.tsdb.retention.size via $ps_retention_size - authentication user via $ps_auth_user - authentication password via $ps_auth_pass - web authentication password via $ps_web_pass ( different format required)
See the full Puppet documentation including parameters in docs/index.html
via site.pp or nodes.pp
node 'example.example.net' {
- include cd_kubernetes
+ include cd_prometheus
}
CONFIGURATION
manage directories and files including templates
+manage directories
+manage files including templates
manage service
Configurable options: - –storage.tsdb.retention.time via $ps_retention_time - –storage.tsdb.retention.size via $ps_retention_size - authentication user via $ps_auth_user - authentication password via $ps_auth_pass - web authentication password via $ps_web_pass ( different format required)
See the full Puppet documentation including parameters in docs/index.html
via site.pp or nodes.pp
node 'example.example.net' {
- include cd_kubernetes
+ include cd_prometheus
}