You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14
Original file line number
Diff line number
Diff line change
@@ -815,6 +815,10 @@ class { 'collectd::plugin::zfs_arc':
815
815
816
816
See metadata.json for supported platforms
817
817
818
+
##Known issues
819
+
820
+
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).
Some plugins or some options in plugins are only available for recent version of collectd.
841
+
842
+
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.
843
+
844
+
Please make use of the search by branch/tags on the collectd github to see when a function has been first released.
845
+
846
+
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 commit comments