diff --git a/README.md b/README.md index 1ec56f0..e6c997e 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,17 @@ INSTALLATION 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) + ## Repo Documentation See the full Puppet documentation including parameters in `docs/index.html` @@ -43,7 +51,7 @@ via site.pp or nodes.pp ```bash node 'example.example.net' { - include cd_kubernetes + include cd_prometheus } ``` 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

+

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)

+

Repo Documentation

See the full Puppet documentation including parameters in docs/index.html

@@ -106,7 +110,7 @@

via site.pp or nodes.pp

node 'example.example.net' {
-  include cd_kubernetes
+  include cd_prometheus
 }