3
0

Recommit for updates in build 2

This commit is contained in:
2025-12-13 13:26:32 +01:00
parent 782ad64f74
commit 4176216c9e
13 changed files with 2508 additions and 33 deletions

View File

@@ -60,13 +60,13 @@
<div id="content"><div id='filecontents'>
<h1 id="label-Readme">Readme</h1>
<p><a href="https://jenkins.confdroid.com/job/prometheus_cd/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=prometheus_cd"></a></p>
<p><a href="https://jenkins.confdroid.com/job/confdroid_prometheus/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_prometheus"></a></p>
<h2 id="label-Synopsis">Synopsis</h2>
<p>Prometheus is an open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.</p>
<p><code>prometheus_cd</code> is a Puppet module to automate installation and configuration of prometheus and node exporter. This module supports either managing prometheus or node_exporter or both. You need to set the parameters <code>$manage_prometheus</code>and / or <code>$manage_node_exporter</code>to true ( false by default)</p>
<p><code>confdroid_prometheus</code> is a Puppet module to automate installation and configuration of prometheus and node exporter. This module supports either managing prometheus or node_exporter or both. You need to set the parameters <code>$manage_prometheus</code>and / or <code>$manage_node_exporter</code>to true ( false by default)</p>
<h2 id="label-WARNING">WARNING</h2>