Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Releases: echocat/puppet-graphite

Release for PuppetForge

29 Jan 11:29
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/dwerder/graphite

Bugfixes:

(9636c9c) (e0807a1) add documented but missing parameter gr_rrd_dir

Release for PuppetForge

12 Jan 08:32
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/dwerder/graphite

  • !!! set default graphite version from 0.9.12 to 0.9.15 !!!

Features:

  • (3c3f29d) #231 add new gr_manage_python_packages option

Bugfixes:

  • (5f05fc5) #232 RedHat 6: reorder package installtion to avoid error messages
  • (bdd7e2c) #233 Redhat: add package python-tzlocal, so timezone can be set
  • (a70b484) #228 short fix for future parser in nginx template

Release for PuppetForge

26 Nov 14:52
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/dwerder/graphite

  • !!! stdlib required version is raised from 3.2.0 to 4.6.0 !!!

Features:

  • (350a522) #216 add gr_rrd_dir to set location of rrd files

Bugfixes:

  • (91f9d15) #220 fix font packages isntalled on RedHat/CentOS
  • (beba7ac) #219 #218 gr_apache_port and gr_apache_port_https are validated to integer

Release for PuppetForge

09 Jul 06:25
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/dwerder/graphite

Features:

  • Issue #201 Support configuring WHISPER_AUTOFLUSH in carbon.conf
  • Issue #202 Allow Django package name, version, and source to be overridden. Useful for Trusty clashing with Django 1.6
  • Issue #203 More usage of ensure_packages() and create_resources() to better predict installs
  • Issue #204 gcc and devlibs are only installed if needed
  • add validation of boolean parameters

Bugfixes:

  • Fixed #205 Fix false negative RHEL7 not supported error, because of minor version number

Release for PuppetForge

05 Jun 20:51
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/dwerder/graphite

Features:

  • Issue #186 Add parameter gr_apache_noproxy to establish exception for mod_clustering for the graphites virtual host
  • Issue #189 Add parameter gr_apache_conf_prefix to set apache conf file prefix for graphite
  • Issue #191 Add parameter gr_carbonlink_hosts_timeout, gr_carbonlink_query_bulk
  • Issue #191 Add parameter gr_rendering_hosts, gr_rendering_hosts_timeout, gr_prefetch_cache

Bugfixes:

  • Fixed #185 RedHat add small sleep at restart of carbon
  • Fixed #194 logrotate script also looks for relay and aggregator logs now
  • Fixed #196 Debian correctly remove apache 2.2 000-default

Release for PuppetForge

20 May 11:15
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/dwerder/graphite

Features:

  • Issue #181 Add parameter gr_enable_carbon_cache (defaults to true)
  • Issue #182 Add parameter gr_disable_webapp_cache to disable django cache for use with Grafana
  • Issue #183 Add parameter gr_log_listener_connections

Release for PuppetForge

24 Apr 12:54
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/dwerder/graphite

Bugfixes:

  • Fixed #178 fix POSIX test syntax on init script

Release for PuppetForge

22 Apr 15:31
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/dwerder/graphite

Bugfixes:

Fixed #177 ensure graphite.db permissions are same as web user
Fixed #177 puppet 2.7 does not support unless
Fixed #177 pip symlink hack uses correct graphite version

Release for PuppetForge

22 Apr 09:04
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/dwerder/graphite

Features:

  • Issue #175 Adding gunicorn_bind option to gunicorn

Bugfixes:

  • Fixed #174 RedHat: delay checking the process has started to aviod race-conition failures on start
  • Fixed #165 Debian: fix first carbon instance name in init scripts

Release for PuppetForge

21 Apr 12:34
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/dwerder/graphite

Bugfixes

  • Fixed #170 Faster directory permission handling
  • Fixed #164 RedHat/Debian: Fix init script error for Redhat and fix some bash style
  • Fixed #169 Use gr_web_user / gr_web_group variables in gunicorn template