From 6595c92a9feabc44db9dc75ef5c64f4f9659d907 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 18 Oct 2025 16:50:54 +0200 Subject: [PATCH 1/3] update Readme - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/260 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ec56f0..3db4242 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,14 @@ 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` + ## Repo Documentation See the full Puppet documentation including parameters in `docs/index.html` @@ -43,7 +48,7 @@ via site.pp or nodes.pp ```bash node 'example.example.net' { - include cd_kubernetes + include cd_prometheus } ``` From 7ee8c17e9156e1088e334678639e7eecb5eeb8a1 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 18 Oct 2025 16:53:20 +0200 Subject: [PATCH 2/3] update Readme - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/260 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3db4242..e6c997e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ 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 From 79740b868c2dee15f0df98fddf0344861d551a2e Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sat, 18 Oct 2025 16:54:30 +0200 Subject: [PATCH 3/3] Recommit for updates in build 34 --- doc/file.README.html | 8 ++++++-- doc/index.html | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) 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)

+

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
 }
 
  • diff --git a/doc/index.html b/doc/index.html index ea25804..f094e77 100644 --- a/doc/index.html +++ b/doc/index.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)

    +

    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
     }