This repository has been archived by the owner on Jun 12, 2020. It is now read-only.
forked from echocat/puppet-graphite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
45 lines (42 loc) · 1.45 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
The full list and newest Release can be found on Github.com
https://github.com/echocat/puppet-graphite
2014-01-10 - 5.0.0 (Major release)
!!! Be aware that this module overwrites
!!! carbon-aggregator and memcached configs now.
* allow to configure carbon aggregator
* allow to set vhost name web gui
* allow to configure memcached
2013-12-11 - 4.0.0 (Major release)
* implementation of carbon-relay configuration
2013-08-28 - 3.0.1 (Bugfix release)
* complet refactoring to support graphit 0.9.12
* add support for dynamic storage schemas
* add support for django version > 1.4
* use mod_wsgi instead of mod_python
* fix some dependency issues
2013-03-30 - 2.4.1
* new parameters to set listen port for webui
* download sources with curl instead of wget on redhat
* refactoring, so variables are used in class scope
* add Rdoc documentation for puppet doc
* refactoring to match http://docs.puppetlabs.com/guides/style_guide.html
* some minor fixes
2012-12-13 - 2.3.0
* add cron to logrotate carbons logs
2012-12-08 - 2.2.0
* add parameter to set timezone of dashboard
2012-11-02 - 2.1.0
* optimize LSB configs in init script
* fix on djangodb creation
2012-10-24 - 2.0.0
* add parameter to graphite class to allow tweaking of carbon.conf
* rewrite README
2012-09-14 - 1.1.0
* minor fixes for debian
2012-09-06 - 1.0.0
* set path for exec statements
2012-08-16 - 0.1.1
* update README
* add package MySQL-python on rhel or MySQL support
2012-08-09 - 0.1.0
* first commit