Skip to content
This repository was archived by the owner on Dec 31, 2021. It is now read-only.

More config options + missing rrdtool for web interface #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

jedi4ever
Copy link

  • Added way to also search a role to find the collectd_server
  • make it clear this cookbook is not for adding plugins in it but you need to do it in your own
  • add rrdtool plugin to make web work out of the box (it need to be configured to point to the correct datadirectory)
  • Remove hardcoding of paths in templates
  • Make example for case sensitive usage in plugin definitions
  • Make http_port reconfigurable

@@ -22,6 +22,13 @@
default[:collectd][:types_db] = ["/usr/share/collectd/types.db"]
default[:collectd][:interval] = 10
default[:collectd][:read_threads] = 5
default[:collectd][:server_role] = "collectd_server"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be null by default so as to not change behavior unless requested.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants