Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gmond does not load modules on Ubuntu 12.04 #42

Open
rbugajewski opened this issue Jul 18, 2014 · 0 comments
Open

gmond does not load modules on Ubuntu 12.04 #42

rbugajewski opened this issue Jul 18, 2014 · 0 comments

Comments

@rbugajewski
Copy link
Contributor

All gmond templates don’t have a path to all modules and assume that they’re statically linked. When you try to load a dynamically compiled module (as it is the case by default on Ubuntu nodes) you’ll just get an error that the module was not found.

There should be an attribute (module_path or similar) that can be empty be default. Setting the attribute would prefix all modules with that path.

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

No branches or pull requests

1 participant