aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [Plugin] Ensure specific plugin timeouts are only set for that pluginJake Hunsaker2021-11-033-10/+55
* [report] shutdown threads for timeouted pluginsPavel Moravec2021-11-031-0/+1
* [plugins] remove py2/3 relict in __nonzero__ / __bool__Pavel Moravec2021-11-031-6/+1
* [Plugin] Rework get_container_logs to be more usefulJake Hunsaker2021-11-032-6/+18
* [sosnode] Fix typo and small logic breakJake Hunsaker2021-10-292-3/+5
* [ocp] Create temporary project and restrict default node list to mastersJake Hunsaker2021-10-294-6/+64
* [transports] Add 'oc' as a transport option for remote nodesJake Hunsaker2021-10-295-6/+257
* [collect] Add --transport option and allow clusters to set transport typeJake Hunsaker2021-10-295-2/+58
* [convert2rhel] Add archived log collectionRodolfo Olivieri2021-10-271-1/+2
* [foreman] Collect 'scl enable tfm gem list' againPavel Moravec2021-10-261-3/+5
* [report] Fill scls_matched property completelyPavel Moravec2021-10-261-2/+2
* [report] Dont overwrite PATH within scl commandsPavel Moravec2021-10-261-17/+2
* [hpssm] Add HP Smart Storage Management plugin supportVikas Goel2021-10-261-0/+46
* [firewall_tables] Call iptables only when nft ip filter table existsPavel Moravec2021-10-251-12/+14
* [firewall_tables] call iptables -t <table> based on nft listPavel Moravec2021-10-251-7/+22
* [report] Use log_skipped_cmd method inside collect_cmd_outputPavel Moravec2021-10-251-18/+8
* [report] check for symlink before rmtree when opt estimate-only is useEric Desrochers2021-10-191-1/+1
* [plugins] Update plugins to use new os.path.join wrapperJake Hunsaker2021-10-1837-115/+115
* [Plugin,utilities] Add sysroot wrapper for os.path.joinJake Hunsaker2021-10-182-21/+28
* [tests] Increase stagetwo log test timeoutJake Hunsaker2021-10-181-0/+1
* [tests] Enable verbosity by default for all testsJake Hunsaker2021-10-183-3/+3
* [report] Count with sos_logs and sos_reports in --estimate-onlyPavel Moravec2021-10-141-0/+8
* [ata/nvme] Include json formatted for smartctlPonnuvel Palaniyappan2021-10-122-1/+4
* [openvswitch] add commands for offline analysisSalvatore Daniele2021-10-112-2/+11
* [openvswitch] add ovs default OpenFlow protocolsSalvatore Daniele2021-10-111-0/+26
* [tests] Run unit tests under avocado instead of noseJake Hunsaker2021-10-114-48/+6
* [networking] retrieve devlink port attributesAntoine Tenart2021-10-111-0/+1
* [report] Overwrite pred=None before refering predicate attributesPavel Moravec2021-10-061-0/+2
* [gcp] Adding Google Cloud pluginMaciej Strzelczyk2021-10-061-0/+145
* [insights] collect connection check command outputPavel Moravec2021-10-051-0/+5
* [foreman] Collect puma status and statsPavel Moravec2021-10-051-1/+20
* [Policy] Fix assignment of case id promptJake Hunsaker2021-09-301-4/+5
* [networking] prevent iptables-save commands to load nf_tables kmodPavel Moravec2021-09-301-5/+24
* [Systemd, Policy] Correct InitSystem chrooting when chroot is neededJake Hunsaker2021-09-304-32/+43
* [collect] Abstract transport protocol from SoSNodeJake Hunsaker2021-09-2713-344/+705
* [origin] Removing unused configurationVladislav Walek2021-09-241-34/+19
* [ceph] split the ceph pluginNikhil Kshirsagar2021-09-246-94/+347
* [build] Add archives to setup.py packagesJake Hunsaker2021-09-211-1/+1
* [runc] remove redundant pluginPavel Moravec2021-09-211-37/+0
* [Plugin] Improve add_string_as_file collection and manifest recordingJake Hunsaker2021-09-179-20/+79
* [docs] Update README content and formattingJake Hunsaker2021-09-151-10/+33
* Add snap configuration fileArif Ali2021-09-141-0/+37
* [kernel] Capture Pressure Stall InformationJose Castillo2021-09-141-1/+2
* Add `editorconfig` for basic editor settingsNicolas Bock2021-09-141-0/+9
* [openstack_octavia] Stop collecting Loadbalancer detailsPurandhar Sairam Mannidi2021-09-131-27/+42
* [cleaner] Add support for Insights client archivesJake Hunsaker2021-09-133-1/+46
* [hostname_map] Add a catch for single-character hostnamesJake Hunsaker2021-09-131-1/+8
* [clean] Provide archive abstractions to obfuscate more than sos archivesJake Hunsaker2021-09-1314-179/+423
* [subscription_manager] collect syspurpose data via sub-manPavel Moravec2021-09-091-1/+2
* [report] Implement --estimate-onlyPavel Moravec2021-09-092-3/+84