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

In the [latest documentation](https://web.mit.edu/kerberos/krb5-latest/doc/admin/conf_files/krb5_conf.html) of krb5.conf, it says: > Placing a ‘*’ after the closing bracket of a section name indicates that the section is final, meaning that if the...

bug

Users are confused and annoyed by insights core's logs during core3 collection. The messages are often verbose and contain tracebacks that aren't harmful but are distracting when trying to diagnose...

enhancement
core

* 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...

Make the `--register` flag optional and do the registration implicitly.

enhancement
3.x
client

It seems that netstat parser breaks lines into columns using headers as a guide. However, that is not reliable. ``` '0689 -'

bug
core

Requests made during a registration check (done on running [`insights-client --support`](https://github.com/RedHatInsights/insights-core/blob/2079beb80e88ce4cfaabaa846e65285d19a0377c/insights/client/phase/v1.py#L102)) cause crash if read (not connection) timeout occurs. Fixed by catching these read timeouts the same way as other...

client

Without this external=false change, we are scanning external policies on 'insights-client --compliance', but those weren't manually assigned and should not be scanned. Furthermore, you could have 2 policies, internal and...

client

Updated ``` insights/parsers/__init__.py ``` Here are the codes of parser SystemctlShowServiceAll: ``` 19 class SystemctlShowServiceAll(CommandParser, dict): 79 def parse_content(self, content): 90 for s, e in idx_list: 91 data = split_kv_pairs(content[s:e],...

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...

enhancement