Bob Fahr
Bob Fahr
* Adds new deny filter to allow removal of lines that match the deny criteria * Add testing for new deny filters Signed-off-by: Bob Fahr
### All Pull Requests: Check all that apply: * [X] Have you followed the guidelines in our Contributing document, including the instructions about commit messages? * [X] Is this PR...
When running python 2.6 and 2.7 tests, the first pass is successful. If you run the tests a second time then an error occurs: ``` > newchars, decodedbytes = self.decode(data,...
* During collection in dr.run_all, exceptions may be added to the log when in DEBUG mode, so capture all output from dr.run_all into a separate log and save it in...
It seems that netstat parser breaks lines into columns using headers as a guide. However, that is not reliable. ``` '0689 -'
We currently have multiple `ethtool` commands in core and it would be better to have a combiner for all of the information so that rules could make a single call...
This parser is added by #2506 to include the functionality, but should be enhanced to use the `parsr` config parsing module.
The `defaults.yaml` file should be cleaned up to remove legacy configuration items that are no longer used by insights-core.
The [mdstat parser](https://github.com/RedHatInsights/insights-core/blob/131849b139be3a212931ac6896484e124a24f3ba/insights/parsers/mdstat.py#L351) doesn't parse the up/down status indicator correctly when there are more or less devices than there are status indicators. This is possible when there is a spare...
When core collection is turned off or unsupported, if a custom or third party RPM is installed that does not include the expected fields it will be parsed incorrectly by...