Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #65 from jnpkrn/patches | Bryn M. Reeves | 2012-11-27 | 1 | -8/+5 |
|\ | | | | | Plugin class: comments cleanup | ||||
| * | Plugin class: comments cleanup | Jan Pokorný | 2012-09-07 | 1 | -8/+5 |
| | | | | | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | | Merge pull request #67 from edamato/master | Bryn M. Reeves | 2012-11-27 | 1 | -0/+39 |
|\ \ | |/ |/| | Add ceph module to sos | ||||
| * | adding ceph plugin | Eduardo Damato | 2012-11-13 | 1 | -0/+39 |
|/ | |||||
* | Merge pull request #58 from jds2001/master | Keith Robertson | 2012-08-14 | 2 | -5/+17 |
|\ | | | | | Changes to networking plugin to support biosdevname. ACK | ||||
| * | Various bugfixes from previous commit | Jon Stanley | 2012-06-12 | 1 | -5/+6 |
| | | |||||
| * | Add generated files to .gitignore | Jon Stanley | 2012-06-12 | 1 | -0/+3 |
| | | |||||
| * | Collect ring, coalesce, and pause attributes of interfaces. | Jon Stanley | 2012-06-12 | 1 | -0/+3 |
| | | | | | | | | | | | | These are very useful items to have in general in order to see the configuration of systems. They are performance impacting parameters. | ||||
| * | Change get_interface_name to support arbitrarily named interfaces | Jon Stanley | 2012-06-12 | 1 | -5/+10 |
| | | | | | | | | | | | | Due to support for biosdevname, we now have to look at interface types rather than names in order to determine whether an interface is interesting for this plugin. | ||||
| * | Use 'ip -o addr' instead of ifconfig for parseable output | Jon Stanley | 2012-06-12 | 1 | -1/+1 |
| | | | | | | | | | | | | The 'ifconfig' command is deprecated, and the 'ip' command should be used instead for multiple reasons. This is also a more easily parseable format. | ||||
* | | Merge pull request #63 from galstrom21/master | Jesse Jaggars | 2012-08-13 | 1 | -1/+128 |
|\ \ | | | | | | | Extending openstack plugin | ||||
| * | | adding back removed copyright line | galstrom21 | 2012-08-12 | 1 | -0/+3 |
| | | | |||||
| * | | fixing pep8 violations in additional code | galstrom21 | 2012-07-11 | 1 | -9/+30 |
| | | | |||||
| * | | merging upstream/master | galstrom21 | 2012-07-10 | 4 | -4/+4 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #61 from gkotton/openstack | Jesse Jaggars | 2012-07-03 | 2 | -0/+61 |
|\ \ \ | |_|/ |/| | | Support for openstack. | ||||
| * | | Support for openstack. | Gary Kotton | 2012-07-02 | 2 | -0/+61 |
|/ / | | | | | | | | | | | Added the plugin openstack.py Added support for new plugin base class | ||||
* | | always fall back to just using the uid and gid if pwd and grp won't work | Jesse Jaggars | 2012-05-24 | 1 | -2/+2 |
| | | |||||
* | | read files in binary mode when calculating checksums, this ensures equality ↵ | Jesse Jaggars | 2012-05-07 | 1 | -1/+1 |
| | | | | | | | | across platforms | ||||
| * | adding collectExtOutput calls for nova-manage and glance-manage | galstrom21 | 2012-07-10 | 1 | -0/+13 |
| | | |||||
| * | removing redundant line | galstrom21 | 2012-07-10 | 1 | -1/+0 |
| | | |||||
| * | Updating the ubuntu/debian side of things | galstrom21 | 2012-07-10 | 1 | -23/+115 |
| | | |||||
| * | adding support for OpenStack | galstrom21 | 2012-04-26 | 1 | -0/+60 |
|/ | |||||
* | Merge branch 'master' of github.com:sosreport/sosreport | Jesse Jaggars | 2012-04-05 | 3 | -7/+16 |
|\ | |||||
| * | Merge pull request #54 from jhjaggars/timeouts | Jesse Jaggars | 2012-03-21 | 3 | -7/+16 |
| |\ | | | | | | | Timeouts | ||||
| | * | adding timeout to callExtProg as well | Jesse Jaggars | 2012-03-20 | 1 | -3/+2 |
| | | | |||||
| | * | using /usr/bin/timeout if it's there | Jesse Jaggars | 2012-03-20 | 2 | -4/+14 |
| | | | |||||
* | | | adding more gathering for as7 and fixing an error where trying to add a ↵ | Jesse Jaggars | 2012-04-05 | 4 | -2/+15 |
|/ / | | | | | | | unicode filename to a zipfile would fail | ||||
* / | adding a === to jarinfo.txt to allow for newlines inside of jar manifests | Jesse Jaggars | 2012-03-20 | 1 | -1/+1 |
|/ | |||||
* | get_jboss_home now properly tries to read from all possible inputsas7.1.2AS7-7.1.2 | Jesse Jaggars | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | ignoring the dist-build dir | Jesse Jaggars | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | fixing some python2.5 compatibility issues | Jesse Jaggars | 2012-03-14 | 3 | -10/+30 |
| | |||||
* | Squashed commit of the following: | Jesse Jaggars | 2012-03-13 | 5 | -83/+455 |
| | | | | | | | | | | | | | | commit 1c2cf82a424125decda210a557755e8467bf0b2b Author: Jesse Jaggars <jjaggars@redhat.com> Date: Tue Mar 13 15:20:47 2012 -0500 adding regex sub tests and some docstrings commit d72f2f28b364519710f95a53330821138fc40849 Author: Jesse Jaggars <jjaggars@redhat.com> Date: Tue Mar 13 11:13:06 2012 -0500 adding many tests for plugins | ||||
* | Merge branch 'master' of github.com:sosreport/sosreport | Jesse Jaggars | 2012-03-12 | 12 | -31/+128 |
|\ | |||||
| * | Merge pull request #48 from battlemidget/feature | Jesse Jaggars | 2012-03-09 | 12 | -31/+128 |
| |\ | | | | | | | Feature - More plugin enhancements and bug fix | ||||
| | * | sos/plugins/sssd: Typo fix on DebianSssd inheritance | Adam Stokes | 2012-03-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Adam Stokes <hackr@cypherbook.com> | ||||
| | * | sos/plugins: More cross distribution plugin enhancements | Adam Stokes | 2012-03-09 | 10 | -30/+118 |
| | | | | | | | | | | | | Signed-off-by: Adam Stokes <hackr@cypherbook.com> | ||||
| | * | README: Add help line for making local debian unsigned | Adam Stokes | 2012-03-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | package Signed-off-by: Adam Stokes <hackr@cypherbook.com> | ||||
| | * | sos/plugins/hardware: Address an error of accessing the wrong | Adam Stokes | 2012-03-09 | 1 | -1/+9 |
| |/ | | | | | | | | | | | distro specific class due to an inheritance mis-hap. Signed-off-by: Adam Stokes <hackr@cypherbook.com> | ||||
* | | Merge branch 'master' of github.com:sosreport/sosreport | Jesse Jaggars | 2012-03-09 | 1 | -0/+6 |
|\| | |||||
| * | Merge pull request #47 from battlemidget/feature | Jesse Jaggars | 2012-03-09 | 1 | -0/+6 |
| |\ | | | | | | | README: Debian/Ubuntu installation steps | ||||
| | * | README: Debian/Ubuntu installation steps | Adam Stokes | 2012-03-09 | 1 | -0/+6 |
| |/ | | | | | | | Signed-off-by: Adam Stokes <hackr@cypherbook.com> | ||||
* / | write a debug message to the log when a non-existent file is encountered by ↵ | Jesse Jaggars | 2012-03-08 | 1 | -0/+3 |
|/ | | | | sos.utilities.grep | ||||
* | Squashed commit of the following: | Jesse Jaggars | 2012-03-08 | 15 | -45/+126 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 103883b65d0e15310e5349b7e0f3ebb4fe23d9ba Author: Adam Stokes <hackr@cypherbook.com> Date: Thu Mar 8 17:31:13 2012 -0500 sos/plugins/autofs: Make autofs cross distro compatible Signed-off-by: Jesse Jaggars <jjaggars@redhat.com> commit 813b7c90a76438fdb7b6d6f0b6a9a16faaeac271 Author: Adam Stokes <hackr@cypherbook.com> Date: Thu Mar 8 14:48:02 2012 -0500 sos/plugins: Second round of enhancements to several plugins to allow for cross distribution analyzation. Signed-off-by: Jesse Jaggars <jjaggars@redhat.com> commit f9fc1b3402cfa1cefcd822596696b0a52b9921e5 Author: Adam Stokes <hackr@cypherbook.com> Date: Thu Mar 8 14:26:36 2012 -0500 sos/plugins/apache: Make sure tuple knows its a tuple Signed-off-by: Jesse Jaggars <jjaggars@redhat.com> commit d52eda7e96734ea89ebe05ed63ea68979c7cfb58 Author: Adam Stokes <hackr@cypherbook.com> Date: Thu Mar 8 14:12:18 2012 -0500 sos/plugins: Several plugin enhancements to reflect new plugin heirarchy for multiple distributions Signed-off-by: Jesse Jaggars <jjaggars@redhat.com> commit a36ed3cac5c557073604d7b0c98e50d1c162b714 Author: Adam Stokes <hackr@cypherbook.com> Date: Thu Mar 8 14:11:12 2012 -0500 sos/plugins: New Apport Plugin Signed-off-by: Jesse Jaggars <jjaggars@redhat.com> commit 168e688448d623b3b222aab1bd5f673e9ebb467c Author: Adam Stokes <hackr@cypherbook.com> Date: Thu Mar 8 14:06:54 2012 -0500 plugins/dhcp: Merge udhcp and dhcp into same plugin Signed-off-by: Jesse Jaggars <jjaggars@redhat.com> | ||||
* | fixing fileGrep to pass multiple search paths better and we handle ↵ | Jesse Jaggars | 2012-03-08 | 3 | -2/+9 |
| | | | | non-existant files as well | ||||
* | fixing some local variable abuse | Jesse Jaggars | 2012-03-08 | 2 | -8/+10 |
| | |||||
* | Makefile: helper routine for `make deb` | Adam Stokes | 2012-03-08 | 1 | -0/+6 |
| | | | | Signed-off-by: Adam Stokes <hackr@cypherbook.com> | ||||
* | adding a way to share common plugin bits across distros | Jesse Jaggars | 2012-03-07 | 6 | -49/+59 |
| | |||||
* | sos/sosreport: Fix failure when attempting to import non-existent compress ↵ | Adam Stokes | 2012-03-05 | 1 | -1/+1 |
| | | | | | | method Signed-off-by: Jesse Jaggars <jjaggars@redhat.com> | ||||
* | Makefile: make sure to copy $(GPG_TPL)template name during install | Adam Stokes | 2012-03-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Adam Stokes <hackr@cypherbook.com> | ||||
* | moving make nose to make test | Jesse Jaggars | 2012-03-05 | 1 | -6/+0 |
| |