Skip to content

Commit

Permalink
Update metadata.json (#20)
Browse files Browse the repository at this point in the history
* Update metadata.json

* Added process_exporter

* Update README.md
  • Loading branch information
brutus333 committed Mar 13, 2017
1 parent f996627 commit f969e4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
include ::prometheus::alertmanager
include ::prometheus::alerts
include ::prometheus::statsd_exporter
include ::prometheus::process_exporter
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f969e4e

Please sign in to comment.