3
0

Recommit for updates in build 57

This commit is contained in:
2025-12-04 12:19:55 +01:00
parent 314c4b8f44
commit f7ac960a8b
4 changed files with 65 additions and 4 deletions

View File

@@ -90,12 +90,16 @@
<p>manage service</p>
</li></ul>
<p>Configurable options: - storage.tsdb.retention.time via <code>$ps_retention_time</code> - storage.tsdb.retention.size via <code>$ps_retention_size</code> - storage.tsdb.wal-segment-size via <code>ps_wal_seg_size</code> - storage.tsdb.min-block-duration via <code>ps_min_block_dur</code> - storage.tsdb.max-block-duration via <code>ps_max_block_dur</code> - authentication user via <code>$ps_auth_user</code> - authentication password via <code>$ps_auth_pass</code> - web authentication password via <code>$ps_web_pass</code> ( different format required) - external remote write ( writing to a remote instance like pg-adapter): - <code>ps_write_external</code> true enables it - <code>ps_external_url</code> must be a valid full url - <code>ps_auth_ext_user</code>must be a valid user - <code>ps_auth_ext_pass</code>must be a valid password</p>
<p>Configurable options: - storage.tsdb.retention.time via <code>$ps_retention_time</code> - storage.tsdb.retention.size via <code>$ps_retention_size</code> - storage.tsdb.wal-segment-size via <code>ps_wal_seg_size</code> - storage.tsdb.min-block-duration via <code>ps_min_block_dur</code> - storage.tsdb.max-block-duration via <code>ps_max_block_dur</code> - authentication user via <code>$ps_auth_user</code> - authentication password via <code>$ps_auth_pass</code> - web authentication password via <code>$ps_web_pass</code> ( different format required) - external remote write ( writing to a remote instance like pg-adapter): - <code>ps_write_external</code> true enables it - <code>ps_external_url</code> must be a valid full url - <code>ps_auth_ext_user</code>must be a valid user - <code>ps_auth_ext_pass</code>must be a valid password - pruning local blocks - <code>ps_enable_pruning</code> true enables it - <code>ps_pruning_dir</code> the directory where the pruning script should live</p>
<h2 id="label-Puppet+Documentation">Puppet Documentation</h2>
<p>See the full Puppet documentation including parameters in <code>docs/index.html</code></p>
<h1 id="label-Wiki">Wiki</h1>
<p><a href="/wiki/pruning_md.html">Pruning process</a></p>
<h2 id="label-Dependencies">Dependencies</h2>
<p>All dependencies must be included in the catalogue.</p>