-
Notifications
You must be signed in to change notification settings - Fork 4
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
Some enhacements #32
base: master
Are you sure you want to change the base?
Some enhacements #32
Conversation
Dang, now I need to try to merge this with https://github.com/LarkIT/newrelic-nfsiostat |
@TJM, which way and what for?) I can help. |
@odivlad I forked this a while ago to make a NFS specific module, but the init script and stuff are painfully broken and LarkIT/newrelic-nfsiostat#20 - "python-daemon" is apparently EOL too, which is most of our init script issue |
@TJM, don't you want to merge these two projects into one to avoid such merge problems? Here we can use logic with subpackages for different plugins, which can be optional for installation. May be, smth like this? As a package view odivlad@99050a7? EL6:
EL7:
But I can try to write systemd-based daemonization. |
We split them because I wanted to focus on nfsiostat, and by splitting, I was able to control the "interface" in NewRelic. I basically included the source for nfsiostat (with some modifications to make it more library like) and otherwise wrapped the same code. I am sure there has been some divergence. It was not intended to be a "fork" that would be merged back in, but as they were a common codebase at one point, fixes on one sometimes apply to the other. :) The biggest problem I see with mine on a day-to-day basis is that it doesn't "start" at boot time. It starts just fine if you run |
@TJM, if you want, I can split this commit into "add make support" and "style fixes", so you'd be able to cherry-pick the first one with less pain. |
Traceback (most recent call last): |
@matteraf, how to reproduce? |
Just install it. Nothing more. |
With which commands? My branch? |
Hey!
I've got some changes for your projects:
make
quickly builds a new rpm from scratch)Hope, you'll like it. Please, feel free to comment my PR.