Skip to content

Releases: CSCfi/ansible-role-collectd

v2.1.4

11 May 09:50
bd7637c
Compare
Choose a tag to compare
  • restart collectd if it leaks memory

v2.1.3

06 Feb 14:32
Compare
Choose a tag to compare
  • update comments
  • modernize travis settings

v2.1.2

04 Jun 20:35
Compare
Choose a tag to compare
  • fix bare variables

v2.1.1

28 Nov 08:10
a2a3810
Compare
Choose a tag to compare

v2.1.0

04 Nov 15:07
437c942
Compare
Choose a tag to compare

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

15 Feb 12:05
Compare
Choose a tag to compare
  • #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

07 Oct 10:32
Compare
Choose a tag to compare
  • 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

31 Aug 12:08
Compare
Choose a tag to compare
  • testing update 1: use the callback plugin profile_tasks while testing too

v1.4.0

25 Aug 11:28
Compare
Choose a tag to compare
  • 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

20 Jul 09:02
Compare
Choose a tag to compare
  • 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