3
0

add installation and update Readme

This commit is contained in:
Arne Teuke
2025-06-13 15:26:50 +02:00
parent c830889e8e
commit 51104edd2c
4 changed files with 22 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
Prometheus is an open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.
`prometheus_cd` 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 `$manage_prometheus`and / or `$manage_node_exporter`to true ( false by default)
## WARNING