aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray debug code in filesys moduleBryn M. Reeves2012-11-291-2/+1
|
* Add collection of lsblk to filesys moduleBryn M. Reeves2012-11-291-0/+1
| | | | Call lsblk to collect a list of block devices in a tree-like format.
* Fix collection of chkconfig output in startup moduleBryn M. Reeves2012-11-291-1/+1
| | | | Remove "LC_ALL=C" from invocation ofchkconfig --list.
* Fix typo in yum moduleBryn M. Reeves2012-11-291-1/+1
| | | | s/entitlements/entitlement/ in candlepin paths
* Merge pull request #65 from jnpkrn/patchesBryn M. Reeves2012-11-271-8/+5
|\ | | | | Plugin class: comments cleanup
| * Plugin class: comments cleanupJan Pokorný2012-09-071-8/+5
| | | | | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* | Merge pull request #67 from edamato/masterBryn M. Reeves2012-11-271-0/+39
|\ \ | |/ |/| Add ceph module to sos
| * adding ceph pluginEduardo Damato2012-11-131-0/+39
|/
* Merge pull request #58 from jds2001/masterKeith Robertson2012-08-142-5/+17
|\ | | | | Changes to networking plugin to support biosdevname. ACK
| * Various bugfixes from previous commitJon Stanley2012-06-121-5/+6
| |
| * Add generated files to .gitignoreJon Stanley2012-06-121-0/+3
| |
| * Collect ring, coalesce, and pause attributes of interfaces.Jon Stanley2012-06-121-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 interfacesJon Stanley2012-06-121-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 outputJon Stanley2012-06-121-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/masterJesse Jaggars2012-08-131-1/+128
|\ \ | | | | | | Extending openstack plugin
| * | adding back removed copyright linegalstrom212012-08-121-0/+3
| | |
| * | fixing pep8 violations in additional codegalstrom212012-07-111-9/+30
| | |
| * | merging upstream/mastergalstrom212012-07-104-4/+4
| |\ \ | |/ / |/| |
* | | Merge pull request #61 from gkotton/openstackJesse Jaggars2012-07-032-0/+61
|\ \ \ | |_|/ |/| | Support for openstack.
| * | Support for openstack.Gary Kotton2012-07-022-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 workJesse Jaggars2012-05-241-2/+2
| |
* | read files in binary mode when calculating checksums, this ensures equality ↵Jesse Jaggars2012-05-071-1/+1
| | | | | | | | across platforms
| * adding collectExtOutput calls for nova-manage and glance-managegalstrom212012-07-101-0/+13
| |
| * removing redundant linegalstrom212012-07-101-1/+0
| |
| * Updating the ubuntu/debian side of thingsgalstrom212012-07-101-23/+115
| |
| * adding support for OpenStackgalstrom212012-04-261-0/+60
|/
* Merge branch 'master' of github.com:sosreport/sosreportJesse Jaggars2012-04-053-7/+16
|\
| * Merge pull request #54 from jhjaggars/timeoutsJesse Jaggars2012-03-213-7/+16
| |\ | | | | | | Timeouts
| | * adding timeout to callExtProg as wellJesse Jaggars2012-03-201-3/+2
| | |
| | * using /usr/bin/timeout if it's thereJesse Jaggars2012-03-202-4/+14
| | |
* | | adding more gathering for as7 and fixing an error where trying to add a ↵Jesse Jaggars2012-04-054-2/+15
|/ / | | | | | | unicode filename to a zipfile would fail
* / adding a === to jarinfo.txt to allow for newlines inside of jar manifestsJesse Jaggars2012-03-201-1/+1
|/
* get_jboss_home now properly tries to read from all possible inputsas7.1.2AS7-7.1.2Jesse Jaggars2012-03-161-1/+1
|
* ignoring the dist-build dirJesse Jaggars2012-03-141-1/+1
|
* fixing some python2.5 compatibility issuesJesse Jaggars2012-03-143-10/+30
|
* Squashed commit of the following:Jesse Jaggars2012-03-135-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/sosreportJesse Jaggars2012-03-1212-31/+128
|\
| * Merge pull request #48 from battlemidget/featureJesse Jaggars2012-03-0912-31/+128
| |\ | | | | | | Feature - More plugin enhancements and bug fix
| | * sos/plugins/sssd: Typo fix on DebianSssd inheritanceAdam Stokes2012-03-091-1/+1
| | | | | | | | | | | | Signed-off-by: Adam Stokes <hackr@cypherbook.com>
| | * sos/plugins: More cross distribution plugin enhancementsAdam Stokes2012-03-0910-30/+118
| | | | | | | | | | | | Signed-off-by: Adam Stokes <hackr@cypherbook.com>
| | * README: Add help line for making local debian unsignedAdam Stokes2012-03-091-0/+1
| | | | | | | | | | | | | | | | | | package Signed-off-by: Adam Stokes <hackr@cypherbook.com>
| | * sos/plugins/hardware: Address an error of accessing the wrongAdam Stokes2012-03-091-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/sosreportJesse Jaggars2012-03-091-0/+6
|\|
| * Merge pull request #47 from battlemidget/featureJesse Jaggars2012-03-091-0/+6
| |\ | | | | | | README: Debian/Ubuntu installation steps
| | * README: Debian/Ubuntu installation stepsAdam Stokes2012-03-091-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 Jaggars2012-03-081-0/+3
|/ | | | sos.utilities.grep
* Squashed commit of the following:Jesse Jaggars2012-03-0815-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 Jaggars2012-03-083-2/+9
| | | | non-existant files as well
* fixing some local variable abuseJesse Jaggars2012-03-082-8/+10
|
* Makefile: helper routine for `make deb`Adam Stokes2012-03-081-0/+6
| | | | Signed-off-by: Adam Stokes <hackr@cypherbook.com>