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

rfe: configurable 'extra plugins' parameter #2

Closed
tbielawa opened this issue Oct 30, 2013 · 4 comments
Closed

rfe: configurable 'extra plugins' parameter #2

tbielawa opened this issue Oct 30, 2013 · 4 comments

Comments

@tbielawa
Copy link
Member

Either read from a config file, or given on the CLI.

It would be nice to eventually provide the ability to load a directory up with custom plugins and tell the server to load every package/module in that path.

@tbielawa
Copy link
Member Author

This could be provided via another command line option

Example:

jsonstatsd --extra-plugins /foo/bar

Additional Requirements:

Must update the etc/sysconfig/jsonstatsd config file with comments referencing this new option.

@kelcecil
Copy link
Contributor

Why not store all plugins (custom or not) inside a single directory such as /usr/share? Someone wanting to implement their own plugin could potentially stroll right in there, pick the closest existing plugin to what they want to do, and start hacking away without worrying with moving files around. Keep it simple.

@ashcrow
Copy link
Member

ashcrow commented Dec 13, 2013

@kelcecil 👍

@tbielawa
Copy link
Member Author

This should accept typical compound (colon separated) style paths, i.e.

/first/path

as well as

/first/path:/second/path:/third/path

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

No branches or pull requests

3 participants