From 6595c92a9feabc44db9dc75ef5c64f4f9659d907 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 18 Oct 2025 16:50:54 +0200 Subject: [PATCH] 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 } ```