Skip to content

Commit

Permalink
Merge pull request redhat-openstack#242 from txaj/readme-contributing
Browse files Browse the repository at this point in the history
Add a section to explain version scoping & known issue for redhat-openstack#162
  • Loading branch information
blkperl committed Apr 4, 2015
2 parents 91e1daf + 8db34e6 commit 2c928c8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,10 @@ class { 'collectd::plugin::zfs_arc':

See metadata.json for supported platforms

##Known issues

Some plugins will need two runs of Puppet to fully generate the configuration for collectd. See [this issue](https://github.com/pdxcat/puppet-module-collectd/issues/162).

##Development

### Running tests
Expand All @@ -923,3 +927,13 @@ bundle exec rake lint
bundle exec rake validate
bundle exec rake spec SPEC_OPTS='--format documentation'
```

### Version scoping

Some plugins or some options in plugins are only available for recent versions of collectd.

This module shall not use unsupported configuration directives. Look at [templates/loadplugin.conf.erb](https://github.com/pdxcat/puppet-module-collectd/blob/master/templates/loadplugin.conf.erb) for a hands-on example.

Please make use of the search by branch/tags on the collectd github to see when a function has been first released.

Reading the [collectd.conf.pod](https://github.com/collectd/collectd/blob/master/src/collectd.conf.pod) file is good, validating the presence of the code in the .c files is even better.

0 comments on commit 2c928c8

Please sign in to comment.