Merge pull request #361 from voxpupuli/modulesync
modulesync 2.8.0
Merge pull request #362 from bastelfreak/arch
Archlinux: support node_exporter installation as package
Make elasticsearch usable with older version
Make it possible for elasticsearch exporter to be used even with version before 1.1.0 where breaking changes appear (see https://github.com/justwatchcom/elasticsearch_exporter/blob/v1.1.0/CHANGELOG.md)
Merge pull request #364 from kudelskisecurity/update_elasticsearch_ex…
…porter Make elasticsearch usable with older version
Merge pull request #360 from tkuther/master
fix duplicate key in data/defaults.yaml
Merge pull request #365 from bastelfreak/archlinux2
Archlinux: set correct binary name for node_exporter
make config files readonly to daemons
It's bad practice to allow daemons to modify their own config files. This pattern seems to be common across this module, and I cannot think of a good reason why, as there is little chance (say) an exporter should have to modify its own config file. This reverts the policy by ensuring only minimal permissions are set on config files and directories deployed by Puppet. Only two directories are writable after this change: * /var/lib/prometheus * /usr/local/share/prometheus And I'm not even sure about the latter.
Merge pull request #324 from anarcat/fix-perms
make config files readonly to daemons
Merge pull request #369 from camptocamp/expose_env_vars
Expose env_vars to prometheus::pushprox_client class
Merge pull request #368 from hooten/s3_source
Allow s3 sources for download uris
Merge pull request #373 from bastelfreak/arch4
Archlinux: Do not manage node_exporter group/user
Merge pull request #372 from bastelfreak/arch5
exporters: set /usr/bin/nologin as shell
Merge pull request #371 from bastelfreak/arch2
user/group: prohibit empty strings
Merge pull request #379 from ekohl/spec-helper-acceptance
Clean up acceptance spec helper
Add prom command line args and validation
Merge pull request #378 from bastelfreak/rhel8
Addd RHEL8 support / disable timesync for docker images
Merge pull request #377 from hooten/prom-cli-args
Add prom command line args and validation