aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Combine debian and ubuntu basic log gathering classesAdam Stokes2014-04-091-11/+2
* Replace os.system() in gluster plugin with self.check_ext_prog()Bryn M. Reeves2014-04-081-8/+9
* Allow failures for python 3.4 on travis-ciAdam Stokes2014-04-071-0/+3
* Bring python 3.4 into the testing matrixAdam Stokes2014-04-071-0/+1
* Merge pull request #265 from karibou/fix_interfaces.dBryn M. Reeves2014-04-071-0/+1
|\
| * Add collection of /etc/network/interfaces.d for UbuntuLouis Bouchard2014-04-071-0/+1
|/
* Add add_cmd_outputs() and convert plugins to use itBryn M. Reeves2014-04-0685-696/+950
* Handle ENOENT in sos_get_command_output()Bryn M. Reeves2014-04-061-1/+8
* Call Popen with shell=FalseBryn M. Reeves2014-04-061-1/+3
* Make rpm plugin call sh -c'...'Bryn M. Reeves2014-04-061-6/+6
* Make OpenShift plugin use the runat parameterBryn M. Reeves2014-04-061-1/+2
* Add 'runat' parameter to command output interfacesBryn M. Reeves2014-04-062-14/+36
* Remove pipe use from autofs pluginBryn M. Reeves2014-04-061-3/+0
* Remove pipe use from soundcard pluginBryn M. Reeves2014-04-061-3/+0
* Remove dmesg|grep use from memory pluginBryn M. Reeves2014-04-061-3/+0
* Restore generic UI preamble textBryn M. Reeves2014-04-062-11/+27
* Logging improvementsBryn M. Reeves2014-04-068-44/+93
* Handle copystat() exceptions in FileCacheArchive.add_string()Bryn M. Reeves2014-04-061-0/+3
* Make add_file() exception logging consistentBryn M. Reeves2014-04-061-3/+3
* Break up exception handling in FileCacheArchive.add_file()Bryn M. Reeves2014-04-061-2/+9
* Fix typo in PowerPC pluginBryn M. Reeves2014-04-061-2/+2
* Update references to github URLBryn M. Reeves2014-04-065-6/+6
* Convert PowerPC plugin to use add_copy_specs()Bryn M. Reeves2014-04-041-14/+20
* Replace kvm os.popen use with Plugin.call_ext_prog()Bryn M. Reeves2014-04-041-7/+14
* Syntax error.. I blame emacs.Adam Stokes2014-04-041-1/+1
* Properly state unicode literal in Python 3.2Adam Stokes2014-04-041-1/+1
* Pass byte strings to six.binary_typeBryn M. Reeves2014-04-041-1/+1
* add python 3.2 for Ubuntu Precise releaseAdam Stokes2014-04-041-0/+1
* Use six.binary_type to produce a .decode()able stringBryn M. Reeves2014-04-041-1/+1
* Use input method from python sixAdam Stokes2014-04-043-6/+10
* Fix tuna collection in kernelrtBryn M. Reeves2014-04-041-2/+3
* Clean up sos_get_command_output() and friendsBryn M. Reeves2014-04-047-47/+60
* Clean up utilities.sos_get_command_output()Bryn M. Reeves2014-04-041-14/+13
* Make forbidden path test a separate functionBryn M. Reeves2014-04-031-4/+7
* Fix whitespace in Plugin classBryn M. Reeves2014-04-031-1/+1
* Add Plugin.do_path_regex_sub()Bryn M. Reeves2014-04-031-0/+12
* Add mail notification to sos-devel in travis configurationBryn M. Reeves2014-04-031-1/+2
* Update cgred configuration file path for RedHatCgroupsBryn M. Reeves2014-04-021-1/+1
* Refactor cgroups pluginBryn M. Reeves2014-04-021-14/+16
* Add collection of /var/log/cloud-init.log andLouis Bouchard2014-04-021-0/+1
* Update travis-ci build status imageAdam Stokes2014-04-011-1/+1
* Use := with gmake shell function for better optimizationAdam Stokes2014-04-011-5/+5
* Collect network interfaces flagsMichele Baldessari2014-03-312-1/+3
* Add collection of grub configuration for UEFI systemsBryn M. Reeves2014-03-282-6/+7
* Raise a TypeError if add_copy_specs() is called with a stringBryn M. Reeves2014-03-272-0/+5
* Add tests for Plugin.add_copy_spec()/add_copy_specs()Bryn M. Reeves2014-03-271-2/+24
* Update Plugin tests to treat copy_paths as a setBryn M. Reeves2014-03-271-1/+1
* Use a set for Plugin.copy_pathsBryn M. Reeves2014-03-271-8/+6
* Remove references to 'sub' parameter from plugin testsBryn M. Reeves2014-03-271-7/+3
* Remove 'sub' parameter from Plugin.add_copy_spec*()Bryn M. Reeves2014-03-271-32/+17