Complete and standardize README#103
Complete and standardize README#103hillaryfraley wants to merge 1 commit intosensu-plugins:masterfrom
Conversation
|
Error when I try to print help for metrics-per-process.rb |
|
@hillaryfraley that error due to the fact that that particular "ruby" script just calls a python script with the same name which requires the psutil module (you'll notice that name change to .py in the help output below). That's not something we can enforce in this runtime, unfortunately. If your system does have that psutil module installed, the proper help output is: I see that you had deleted metrics-per-process.py from the Files section, but the above shows it as a necessary part of the package. I think we need to call out the necessity of Python with the psutil module installed for this particular metric plugin command to work. Of course, this goes against the whole point of packaging this up as an asset. Alternatively we could drop metrics-per-process.(rb|py) completely. Thoughts @jspaleta ? |
|
@nixwiz thank you for explaining. I will be happy to update the PR as appropriate once Jef weighs in. |
|
Yeah we need to just note this is not available in the asset. |
Pull Request Checklist
Is this in reference to an existing issue?
No
General
Update Changelog following the conventions laid out here
Update README with any necessary configuration snippets
Binstubs are created if needed
RuboCop passes
Existing tests pass
Purpose
Updated to conform with standardization guidelines (sensu-plugins/community#134)
Known Compatibility Issues
None