aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [archive] fix whitespace in _build_archive() commentBryn M. Reeves2014-06-061-1/+1
* [archive] Use OSError instead of PermissionErrorBryn M. Reeves2014-06-061-3/+3
* Record duration of calls to external programs at debug levelBryn M. Reeves2014-06-061-0/+2
* [pcp] Convert to use add_copy_specs() and fix option formattingBryn M. Reeves2014-06-061-15/+18
* Initial PCP (Performance Co-Pilot) pluginMichele Baldessari2014-06-061-0/+162
* [policy] Rename preferred_archive_name()Bryn M. Reeves2014-06-062-2/+2
* [networking] Add NetworkManager nmcli supportjbainbri2014-06-051-1/+14
* [ovirt] Add dwh and reports packages to plugin package listBryn M. Reeves2014-06-051-1/+5
* Add reports support to oVirt pluginBryn M. Reeves2014-06-051-0/+1
* Add oVirt Data Warehouse supportBryn M. Reeves2014-06-051-3/+5
* [ovirt] add package list to ovirt pluginBryn M. Reeves2014-06-051-0/+2
* [ovirt] elide passwords in logcollector.confBryn M. Reeves2014-06-051-0/+6
* [ovirt] elide passwords in {iso,image}uploader.confBryn M. Reeves2014-06-051-0/+12
* Elide passwords in grub2 pluginBryn M. Reeves2014-06-031-0/+31
* Make sure grub password regex handles all casesBryn M. Reeves2014-06-021-2/+2
* Elide bootloader password in grub pluginBryn M. Reeves2014-06-021-0/+7
* Make do_path_regex_sub() honour string regex argumentsBryn M. Reeves2014-06-021-0/+2
* Fix call_ext_prog() use in abrt, s390, veritas, xen and yumBryn M. Reeves2014-06-025-11/+12
* Add postprocessing for /etc/fstab passwordsBryn M. Reeves2014-05-301-0/+7
* travis-ci supports python 3.4Adam Stokes2014-05-291-3/+0
* Set global{locking_type=0} when running lvm2 commandsBryn M. Reeves2014-05-281-6/+17
* Fix call_ext_prog() use in oVirt pluginBryn M. Reeves2014-05-211-1/+1
* Add oVirt pluginBryn M. Reeves2014-05-191-0/+136
* Add tuned configuration paths to tuned pluginBryn M. Reeves2014-05-071-1/+5
* Don't use a glob to collect /var/log/boot.logBryn M. Reeves2014-04-291-1/+1
* Drop Windows supportBryn M. Reeves2014-04-291-48/+0
* sosreport: Add support for new ppc64-diag elog formatSamuel Mendoza-Jonas2014-04-291-3/+4
* Make calls to TarFile.add() use absolute path for 'name'Bryn M. Reeves2014-04-291-2/+3
* Drop cwd/umask shenanigans from TarFileArchive::finalize()Bryn M. Reeves2014-04-291-4/+0
* Fix exception in Policy::get_pkg_list()Bryn M. Reeves2014-04-291-0/+2
* Fix logging exception in Plugin.collect_strings()Bryn M. Reeves2014-04-241-1/+1
* Fix libvirt password regexBryn M. Reeves2014-04-241-1/+1
* Add rabbitmq-server plugin to collect config and logsLouis Bouchard2014-04-241-0/+33
* Add upstart log collectionLouis Bouchard2014-04-231-0/+6
* Fix pep8 complaintsLouis Bouchard2014-04-231-0/+1
* Add squid3 log collectionLouis Bouchard2014-04-231-0/+2
* Add collection for squid-deb-proxy if presentLouis Bouchard2014-04-231-1/+3
* Fix pep8 complaintsLouis Bouchard2014-04-231-2/+5
* Handle compressed sar binary data files betterPeter Portante2014-04-191-14/+28
* Add parameter to add_copy_spec_limit() to control tail behaviorBryn M. Reeves2014-04-191-3/+3
* Use os.path.join instead of hardcoded formattingPeter Portante2014-04-171-5/+5
* Handle KeyboardInterrupt during policy loadBryn M. Reeves2014-04-161-1/+4
* Handle IOError exceptions in SoSReportBryn M. Reeves2014-04-161-16/+18
* Handle fatal file system errors in SoSReport.final_work()Bryn M. Reeves2014-04-161-0/+7
* Handle fatal file system errors in SoSReport.postproc()Bryn M. Reeves2014-04-161-0/+7
* Handle fatal file system errors in SoSReport.*report()Bryn M. Reeves2014-04-161-8/+32
* Handle fatal file system errors in SoSReport.collect()Bryn M. Reeves2014-04-161-0/+7
* Don't handle exceptions in do_copy_path()Bryn M. Reeves2014-04-161-15/+8
* Handle fatal file system errors in SoSReport.setup()Bryn M. Reeves2014-04-161-1/+10
* Check for file system errors when setting up archiveBryn M. Reeves2014-04-161-2/+10