Bob Fahr
Bob Fahr
* The example code had tabs instead of spaces which could cause confusion in certain editors. Also made some minor changes to make the code more compliant with PEP8. *...
A spec needs to be added to `sos_archive.py` for the spec `podman_container_inspect`. Currently since the spec `podman_image_inspect = glob_file("sos_commands/podman/podman_inspect_*")` will actually collect the files, but the parser will not be...
New filters should be added to the [CommandParser](https://github.com/RedHatInsights/insights-core/blob/cd077f45fc41b7dec072aa2730627b775b3a457d/insights/core/__init__.py#L506) to catch these outputs from the `python -m insights.tools.cat` specs: ``` $ cat python_-m_insights.tools.cat_--no-header_aws_instance_id_doc Spec not found: aws_instance_id_doc $ cat python_-m_insights.tools.cat_--no-header_aws_instance_id_pkcs7 Spec...
When a simple command like `ls /etc/yum.repos.d` is mangled it converts the "/" chars to ".", so in this case `insights_commands/ls_.etc.yum.repos.d`. When the archive is read and the parser `self.file_path`...