insights-core
insights-core copied to clipboard
Insights Core is a data collection and processing framework used by Red Hat Insights
A parser is required to parse /usr/bin/openstack server list --all
An certificate can have a key:value pair which is not present with other certificates. Example: ID(123) has 'ca-error' pair while ID(456) does not have. """ Request ID '123': status: MONITORING...
The items of KDumpConf are stored as different types: string or list, makes it's difficult to use for the rules depend on this Parser https://github.com/RedHatInsights/insights-core/blob/7abc3702b1f1dbc366252bb025612b1008cd3176/insights/parsers/kdump.py#L113-L126 Related Errors from Times and...
Hi guys, I am currently both learning python and Insights. In order to write a rule I need to be able to gather a given package Requires:. I can see...
>>> certs = shared[Cert_List] >>> certs.num_tracked # number of certificates tracked from first line 2 >>> len(certs) # number of requests stored - may be smaller than num_tracked 2 >>>...
Attempt to create a parser for HammerComputeResourceList ``` # py.test -svk hammer_compute_resource_list | grep hammer_compute_resource_list /tmp/git/insights-core/insights/combiners/nfs_exports.py:73: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated...
This commit adds the needed code for specifying a virtual memory limit when extracting an archive. If not specified, it will work with no memory limitation, as it already does
This parser is added by #2506 to include the functionality, but should be enhanced to use the `parsr` config parsing module.
Signed-off-by: Lev Veyde
Use the [resource](https://docs.python.org/3.7/library/resource.html) module to put optional limits on [extraction](https://github.com/RedHatInsights/insights-core/blob/master/insights/core/archives.py). We should implement them as part of the [insights.util.subproc module](https://github.com/RedHatInsights/insights-core/blob/master/insights/util/subproc.py).