insights-core
insights-core copied to clipboard
Insights Core is a data collection and processing framework used by Red Hat Insights
LogRotateConfPEG cannot handle setting with '=', and cannot identify the target files set vertically. Example setting:: ~~~ "/var/log/httpd/access.log" /var/log/httpd/error.log { rotate 5 mail [email protected] size=100k sharedscripts postrotate /sbin/killall -HUP httpd...
Hello, Red Hat Satellite (6.13) ships some default templates to register the InsightsClient during Kickstart deployments of VMs. It runs a simple insights-client --register as last step of the deployment,...
The gpg keyring used to verify that a playbook to be executed by a worker is currently hardcoded to a keyring file that we install as part of insights-core. This...
ssh_client_config spec does not have combiner to deal with, and the include keyword not parse in all parser.
`insights/parsers/sys_block.py` 's doc rst file is unexist under `docs/shared_parsers_catalog` . Need to add it. The following files under `insights/parsers` are also have no related doc rst files in `docs/shared_parsers_catalog` :...
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...
Hi, There seems to be a memory leak in the `insights-core` library. We are using `insights-core>=3.0.235` in two services, and can see in both a small but steady memory increase...
The Parser components are to parse the content of files or output of commands. The dependence is as below. Files/output of Command -------> DataSource ------> Parser Suggest to ensure the...
@xiangce this exception is raised from a `foreach_execute` that depends on the `block_devices_by_uuid` datasource for inputs. If the command does not exist on a system should the datasource ever execute?...