index
:
sos
bmr-suse-policy
main
suse
A unified tool for collecting system logs and other debug information
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Drop cwd/umask shenanigans from TarFileArchive::finalize()
Bryn M. Reeves
2014-04-29
1
-4
/
+0
*
Fix exception in Policy::get_pkg_list()
Bryn M. Reeves
2014-04-29
1
-0
/
+2
*
Fix logging exception in Plugin.collect_strings()
Bryn M. Reeves
2014-04-24
1
-1
/
+1
*
Fix libvirt password regex
Bryn M. Reeves
2014-04-24
1
-1
/
+1
*
Add rabbitmq-server plugin to collect config and logs
Louis Bouchard
2014-04-24
1
-0
/
+33
*
Add upstart log collection
Louis Bouchard
2014-04-23
1
-0
/
+6
*
Fix pep8 complaints
Louis Bouchard
2014-04-23
1
-0
/
+1
*
Add squid3 log collection
Louis Bouchard
2014-04-23
1
-0
/
+2
*
Add collection for squid-deb-proxy if present
Louis Bouchard
2014-04-23
1
-1
/
+3
*
Fix pep8 complaints
Louis Bouchard
2014-04-23
1
-2
/
+5
*
Handle compressed sar binary data files better
Peter Portante
2014-04-19
1
-14
/
+28
*
Add parameter to add_copy_spec_limit() to control tail behavior
Bryn M. Reeves
2014-04-19
1
-3
/
+3
*
Use os.path.join instead of hardcoded formatting
Peter Portante
2014-04-17
1
-5
/
+5
*
Handle KeyboardInterrupt during policy load
Bryn M. Reeves
2014-04-16
1
-1
/
+4
*
Handle IOError exceptions in SoSReport
Bryn M. Reeves
2014-04-16
1
-16
/
+18
*
Handle fatal file system errors in SoSReport.final_work()
Bryn M. Reeves
2014-04-16
1
-0
/
+7
*
Handle fatal file system errors in SoSReport.postproc()
Bryn M. Reeves
2014-04-16
1
-0
/
+7
*
Handle fatal file system errors in SoSReport.*report()
Bryn M. Reeves
2014-04-16
1
-8
/
+32
*
Handle fatal file system errors in SoSReport.collect()
Bryn M. Reeves
2014-04-16
1
-0
/
+7
*
Don't handle exceptions in do_copy_path()
Bryn M. Reeves
2014-04-16
1
-15
/
+8
*
Handle fatal file system errors in SoSReport.setup()
Bryn M. Reeves
2014-04-16
1
-1
/
+10
*
Check for file system errors when setting up archive
Bryn M. Reeves
2014-04-16
1
-2
/
+10
*
Log an error and exit with non-zero status if archive setup fails
Bryn M. Reeves
2014-04-16
1
-2
/
+3
*
Remove useless else on loop statement in TarFileArchive
Bryn M. Reeves
2014-04-16
1
-2
/
+1
*
Fix command parameter aliasing and exception handling
Bryn M. Reeves
2014-04-16
1
-11
/
+12
*
Use uft-8 encoding for archive IO
Bryn M. Reeves
2014-04-16
1
-2
/
+3
*
Fix style and formatting in Plugin class
Bryn M. Reeves
2014-04-15
1
-50
/
+36
*
Format the add_copy_specs method in juju plugin
Adam Stokes
2014-04-15
1
-2
/
+4
*
Remove deb tasks in Makefile
Adam Stokes
2014-04-15
1
-4
/
+0
*
Foward maas patch code to latest trunk and update authors
Adam Stokes
2014-04-15
2
-0
/
+30
|
\
|
*
[plugins/maas] added `maas commissioning list` output to the command output list
Jorge Niedbalski R
2014-04-15
1
-0
/
+29
*
|
Add OPAL log to collected file list
Joel Stanley
2014-04-15
1
-1
/
+2
*
|
Dont double import logging module
Adam Stokes
2014-04-14
1
-1
/
+0
*
|
Fix debugfs_path usage in kvm plugin
Bryn M. Reeves
2014-04-14
1
-2
/
+2
*
|
Fix dmraid metadata collection and make it optional
Bryn M. Reeves
2014-04-14
1
-1
/
+8
*
|
Document dmraid options
Bryn M. Reeves
2014-04-14
1
-0
/
+7
*
|
Remove shell pipeline from OpenStack Nova plugin
Bryn M. Reeves
2014-04-14
1
-1
/
+1
*
|
Remove shell redirects from OpenStack Nova plugin
Bryn M. Reeves
2014-04-14
1
-8
/
+8
*
|
Add default Plugin.setup() method
Bryn M. Reeves
2014-04-14
3
-8
/
+4
|
/
*
Really fix file and command collection regressions
Bryn M. Reeves
2014-04-10
5
-8
/
+8
*
Fix file and command collection regressions
Bryn M. Reeves
2014-04-09
1
-1
/
+1
*
Combine debian and ubuntu basic log gathering classes
Adam Stokes
2014-04-09
1
-11
/
+2
*
Replace os.system() in gluster plugin with self.check_ext_prog()
Bryn M. Reeves
2014-04-08
1
-8
/
+9
*
Allow failures for python 3.4 on travis-ci
Adam Stokes
2014-04-07
1
-0
/
+3
*
Bring python 3.4 into the testing matrix
Adam Stokes
2014-04-07
1
-0
/
+1
*
Merge pull request #265 from karibou/fix_interfaces.d
Bryn M. Reeves
2014-04-07
1
-0
/
+1
|
\
|
*
Add collection of /etc/network/interfaces.d for Ubuntu
Louis Bouchard
2014-04-07
1
-0
/
+1
|
/
*
Add add_cmd_outputs() and convert plugins to use it
Bryn M. Reeves
2014-04-06
85
-696
/
+950
*
Handle ENOENT in sos_get_command_output()
Bryn M. Reeves
2014-04-06
1
-1
/
+8
*
Call Popen with shell=False
Bryn M. Reeves
2014-04-06
1
-1
/
+3
[prev]
[next]