From f969e4e6d6b2b03caeb94f64ee720e0a9242aec4 Mon Sep 17 00:00:00 2001 From: brutus333 Date: Mon, 13 Mar 2017 12:50:43 +0200 Subject: [PATCH] Update metadata.json (#20) * Update metadata.json * Added process_exporter * Update README.md --- README.md | 1 + examples/init.pp | 1 + metadata.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77940169b..8adaaf7f8 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This module automates the install and configuration of Prometheus monitoring too * Installs a configuration file for prometheus daemon (/etc/prometheus/prometheus.yaml) or for alertmanager (/etc/prometheus/alert.rules) * Manages the services via upstart, sysv, or systemd * Optionally creates alert rules +* The following exporters are currently implemented: node_exporter, statsd_exporter, process_exporter, haproxy_exporter, mysqld_exporter ## Usage diff --git a/examples/init.pp b/examples/init.pp index 7901748ac..5aa5a78f4 100644 --- a/examples/init.pp +++ b/examples/init.pp @@ -3,3 +3,4 @@ include ::prometheus::alertmanager include ::prometheus::alerts include ::prometheus::statsd_exporter +include ::prometheus::process_exporter diff --git a/metadata.json b/metadata.json index ba3211f29..a4dccf3d3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-prometheus", - "version": "0.2.0", + "version": "0.2.4", "author": "Vox Pupuli", "summary": "This module installs, configures and manages the Prometheus service.", "license": "Apache-2.0",