Releases: CSCfi/ansible-role-collectd
Releases · CSCfi/ansible-role-collectd
v2.1.4
- restart collectd if it leaks memory
v2.1.3
- update comments
- modernize travis settings
v2.1.0
Ansible 2.4 fixes + travis tests fixes.
4b7e794 Ansible 2.4 cleanups, remove epel-testing
926351e Merge pull request #13 from jabl/cscfi
a78c929 CSCfi org name
8ee3b42 new organization name in github
8aa95b9 testing: fold output - make travis logs easier to read
d26b3b1 add back indentation
6e44c74 make assert task more clear
23d9624 fix links to issues in Caveat section
v2.0.0
- #10 - allow defining your own prefixes nicer
- #12 - this role now fails (with assert:) if {{ collectd_set_graphite_prefix }} is defined
- minor testing cleanups 5386518
- also test new prefix 5b1101e
v1.4.2
- install write_tsdb plugin if it's true - collectd 5.6 fails if the plugin is configured but not installed
- use package module to install packages
v1.4.1
- testing update 1: use the callback plugin profile_tasks while testing too
v1.4.0
- define checksum for the external collectd scripts we use too (only sha1 without hashlib library)
- checksum= was introduced in ansible 2.0 - so set this role to require 2.0 min
v1.3.1
- PR #8
- installing epel is optional
- slurm and processes and a precache is now also optional
- testing:
- cat the resulting /etc/collectd.d/collectd.conf
- an example in tests/test.yml how to define an exec plugin