insights-core icon indicating copy to clipboard operation
insights-core copied to clipboard

Insights Core is a data collection and processing framework used by Red Hat Insights

Results 211 insights-core issues
Sort by recently updated
recently updated
newest added

I looked into insights source: `insights-core/insights/parsers` Looks parser is not present to parse above file

enhancement

The `fixed_by` method (from Uname) is mandatory for the GrubbyDefaultKernel parser. Kernel version comparison becomes a repeated fucntion for every rule. E.g. ~~~ def compare_less_than(afkt_kernel, fixed_kernel): # afkt_kernel = kernel-2.6.32-754.28.1.el6...

enhancement

If installed-rpms file from sosreport does not contain epoch, parser would set the “epoch” as “0” by default. However, “epoch” is 1 from the current back-code. Then comparison will return...

bug

In the Current Workflow: If a spec is confirmed that is not used by any rules, 1. it will be removed from the `uploader.json` to prevent the insights-client from collecting...

enhancement

docstring example does not show any method to check if /var/log/message file has size=0, [KCS](https://access.redhat.com/solutions/3199832) for which this would be required.

enhancement

LVM metadata is currently collected by several overlapping commands with parsers: lvs_noheadings pvs_noheadings vgdisplay vgs_noheadings When collecting the metadata, that means the same (relatively slow) code to scan the system...

enhancement

This is related to https://github.com/RedHatInsights/insights-core/issues/2555 There we talk about fixing the logic that is used, there was a simple miscalculation of the cores_per_socket. Here I would like to track what...

enhancement

In setup.py L38, `lockfile` is listed as runtime dependency. 3 problems here: 1. this repo is retired and shoule be replaced: https://pypi.org/project/lockfile/#description 2. in lockfile:setup.py, it decalre dep `pbr` with...

bug

[foreman-debug](https://github.com/theforeman/foreman/blob/develop/script/foreman-debug) is a Red Hat Satellite 6(Foreman) specific archive and there is no separate context defined for it as of now in insights-core. Currently only simple_files specs for which file...

enhancement

**Expected behavior**: The tests [3] for [2] pass. **Actual behavior:** The tests fail. **Details**: There is a number of non-public security rules and tests [1] that have all the following...

bug