3
0

OP#195 change class names

This commit is contained in:
12ww1160
2025-12-13 13:25:01 +01:00
parent 92285116d4
commit 0ff1f053e6
10 changed files with 61 additions and 61 deletions

View File

@@ -1,12 +1,12 @@
# Readme
[![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=prometheus_cd)](https://jenkins.confdroid.com/job/prometheus_cd/)
[![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_prometheus)](https://jenkins.confdroid.com/job/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.
`prometheus_cd` is a Puppet module to automate installation and configuration of prometheus and node exporter.
`confdroid_prometheus` 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