3
0

OP#195 update Readme

This commit is contained in:
12ww1160
2025-12-13 15:59:24 +01:00
parent 2f5fbbcde8
commit f307158ef2

View File

@@ -1,13 +1,12 @@
# Readme
[![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_prometheus)](https://jenkins.confdroid.com/job/confdroid_prometheus/)
[![Quality Gate Status](https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid_prometheus&metric=alert_status&token=sqb_3d09bf2c3c7ef13bd7ba77aceb330a82fbb36cdf)](https://sonarqube.confdroid.com/dashboard?id=confdroid_prometheus)
[![Security Issues](https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid_prometheus&metric=software_quality_security_issues&token=sqb_3d09bf2c3c7ef13bd7ba77aceb330a82fbb36cdf)](https://sonarqube.confdroid.com/dashboard?id=confdroid_prometheus)
## Synopsis
Prometheus is an open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.
`confdroid_prometheus` is a Puppet module to automate installation and configuration of prometheus, optionally node exporter and more.
`confdroid_prometheus` is a Puppet module to automate installation and configuration of prometheus, optionally node exporter, tsdb pruning and more.
This module supports either managing prometheus or node_exporter or both. You need to set the parameters `$manage_prometheus`and / or `$manage_node_exporter`to true ( false by default)
## WARNING