Skip to content

megacarbon setup misses maintenance plugins #106

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

Closed
anatolijd opened this issue May 23, 2013 · 4 comments
Closed

megacarbon setup misses maintenance plugins #106

anatolijd opened this issue May 23, 2013 · 4 comments
Labels

Comments

@anatolijd
Copy link

I just found that megacarbon's installation does install 'bin/ceres-maintenance' but misses maintenance plugins from 'plugins/maintenance/'.

I think it is correct to install them to $GRAPHITE_ROOT/plugins/maintenance,
so, perhaps, setup.py should be updated, like:

28,29c28
+ ceres_plugins = [('plugins/maintenance',glob('plugins/maintenance/*.py'))]
- install_files = storage_dirs + conf_files
+ install_files = storage_dirs + conf_files + ceres_plugins
@rowanu
Copy link

rowanu commented May 28, 2013

Good point.

Can you make this in to a pull request please?

@ralphm
Copy link

ralphm commented Jul 16, 2013

With #107 merged into the megacarbon branch, isn't this fixed?

@rowanu
Copy link

rowanu commented Jul 26, 2013

Yep, @ralphm is right - this issue should be closed.

cbowman0 pushed a commit to cbowman0/carbon that referenced this issue Nov 5, 2013
@stale
Copy link

stale bot commented Apr 13, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 13, 2020
@stale stale bot closed this as completed Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants