Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add /proc/vmmemctl collection to vmware plugin | Bryn M. Reeves | 2012-11-29 | 1 | -2/+4 |
| | |||||
* | Fix collection of data from LVM2 tools in devicemapper plugin | Bryn M. Reeves | 2012-11-29 | 1 | -6/+6 |
| | | | | | | The LVM2 binaries have moved between /usr/sbin (RHEL5) and /sbin (RHEL6). Although current Fedora has them hard-linked to both /sbin is the safest option for current systems. | ||||
* | Extend data collection in qpidd plugin | Bryn M. Reeves | 2012-11-29 | 1 | -3/+13 |
| | |||||
* | Tidy up lsusb collection and add -t option | Bryn M. Reeves | 2012-11-29 | 1 | -2/+4 |
| | | | | | Split lsusb back out into separate files and also collect lsusb -t output. | ||||
* | Collect nslcd.conf in ldap module | Bryn M. Reeves | 2012-11-29 | 1 | -2/+3 |
| | |||||
* | Add basic Infiniband plugin | Bryn M. Reeves | 2012-11-29 | 1 | -0/+32 |
| | |||||
* | Fix yum optionList and collect repolist by default | Bryn M. Reeves | 2012-11-29 | 1 | -4/+5 |
| | | | | | Fix double-assign bug in yum's optionList and enable repolist collection by default. | ||||
* | Remove stray debug code in filesys module | Bryn M. Reeves | 2012-11-29 | 1 | -2/+1 |
| | |||||
* | Add collection of lsblk to filesys module | Bryn M. Reeves | 2012-11-29 | 1 | -0/+1 |
| | | | | Call lsblk to collect a list of block devices in a tree-like format. | ||||
* | Fix collection of chkconfig output in startup module | Bryn M. Reeves | 2012-11-29 | 1 | -1/+1 |
| | | | | Remove "LC_ALL=C" from invocation ofchkconfig --list. | ||||
* | Fix typo in yum module | Bryn M. Reeves | 2012-11-29 | 1 | -1/+1 |
| | | | | s/entitlements/entitlement/ in candlepin paths | ||||
* | 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 |
|\| |