Fixed errors in systemd templates
Added alert manager - first try
Fixed variable name bug in params.pp
Removed some workaround from prometheus config
Fixed wrong value in prometheus startup templates
Systemd does not see all shutdowns as failures
See here for a discussion on some of the issues: hashicorp/consul#1688 (comment) I got this problem running Centos 7 with Prom 0.18.0.
Merge pull request #3 from tarjei/master
Systemd does not see all shutdowns as failures
Merge pull request #4 from patdowney/node_exporter_path
add support for newer releases of node_exporter
Increased default node_exporter version to 0.12.0; added travis config
Added Gemfile for rake test tasks
Fixed trailing whitespace error
Fixed some missing vars; removed strict variables test cases
Fixed prometheus and alert_manager URL paths changed starting with 1.…
…0.0 and 0.0.3, respectivelly
Fixed alertmanager binary path starting with version 0.1.1
Changed default versions for prometheus & alertmanager to 1.0.0 and 0…
….3.0, respectively. Updated slightly the docs
Fixed defaults for prometheus config; fixed whitespace errors
fixed trailing whitespace errors
Changed default prometheus version to 1.0.1; added warning for incomp…
…atibility with 1.0.0
Merge pull request #11 from brutus333/devel
Bunch of changes to work against the latest prom releases
Fixed undef interpolation in Puppet 3.8x for extra_options
Merge pull request #13 from mspaulding06/fix-config-whitespace
Get rid of leading whitespace in generated configs
Merge pull request #14 from mspaulding06/missing-quotes
Add missing quotes to params file
Merge pull request #15 from mspaulding06/add-console-support
Add console support
Increased version tag in metadata.json