aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New plugin for gluster.Keith Robertson2011-11-141-1/+6
| | | | - Added checkEnabled
* New plugin for gluster.Keith Robertson2011-11-091-0/+21
|
* Update example plugin to reflect reality (almost).Adrien Kunysz2011-04-221-28/+17
| | | | | | | There is still room for improvement but at least it's not completely wrong and misleading anymore. Acked-by: "Bryn M. Reeves" <bmr@redhat.com>
* 'ls' calls all use /bin/ls, and -n for nss safetyPierre Carrier2011-04-127-8/+8
| | | | | | | | !! NOT FOR RHEL6 CONSUMPTION - ls is always /bin/ls, as with almost every command moving to absolute path - '-n' avoids many getpwuid()s, which are sensible to nss failures for example nss_ldap could be very slow and run prior to nss_files
* [plugins] cluster.py: remove dups from corosync.pyPierre Carrier2011-04-061-5/+1
| | | | !! Not for RHEL6 GA consumption.
* cleaning some needless garbage from previous commit ;-)kevinverma2011-04-011-1/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1092 ef72aa8b-4018-0410-8976-d6e080ef94d8
* fixed path to lsusb, also added static and also -v output to same file, ↵kevinverma2011-04-011-1/+3
| | | | | | there is another interesting "-t" option but it seems a difficult animal right now git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1091 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] yum.py: added candlepin certspcarrier2011-02-241-0/+9
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1090 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] dhcp.py: include /etc/dhcppcarrier2011-02-231-1/+3
| | | | | | | Covers RHBZ#676522. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1089 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] Reverting the awful mistake from r1070pcarrier2011-02-2312-0/+152
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1088 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] sssd: useless header after copypastepcarrier2011-02-221-10/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1087 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] general: upstart /etc/event.dpcarrier2011-02-212-1/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1086 ef72aa8b-4018-0410-8976-d6e080ef94d8
* l10n: Updates to Ukrainian (uk) translationtransif2011-02-131-2/+2
| | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1085 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [core] Improving 1083pcarrier2011-02-111-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1084 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [core] textcolor(): do not colorize if not outputting to a ttypcarrier2011-02-111-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1083 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] collect /etc/init (upstart)pcarrier2011-02-111-0/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1082 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] hardware.py: handling /usr/share/rhn/up2date*client/hardware.py pathspcarrier2011-02-111-1/+2
| | | | | | | Covers RHBZ#572353. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1081 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] One True use of globpcarrier2011-02-115-7/+4
| | | | | | | | - Removing unused imports - Finished moving to "from glob import glob" git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1080 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] devicemapper.py: added 'dmsetup ls --tree'pcarrier2011-02-111-0/+1
| | | | | | | Requested through RHBZ#674354, RHBZ#675559 git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1079 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] devicemapper: expose an 'lvmdump -a' optionpcarrier2011-02-111-1/+5
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1078 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] added iscsitarget.pypcarrier2011-02-112-0/+30
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1077 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] x11: gdm is in gdm.py, dmesg is in system.pypcarrier2011-02-081-3/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1076 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] devicemapper: safer path handling for lvmdumppcarrier2011-02-072-1/+3
| | | | | | | ... and a cheaper alternative for yumdebug, unfortunately impossible in RHEL5 git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1075 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] devicemapper.py: s/sosGetCommandOutput/self.collectExtOutput/pcarrier2011-02-071-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1074 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] logrotate.py: removed a UUOCpcarrier2011-02-071-3/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1073 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] autofs.py: removed 'chkconfig --list autofs' (available through ↵pcarrier2011-02-071-1/+0
| | | | | | startup.py) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1072 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] emc, hardware, rhn, systemtap, amd stop calling the rpm binary ↵pcarrier2011-02-075-14/+3
| | | | | | directly git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1071 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] Removed everything copying from /etc/sysconfig pcarrier2011-02-0717-168/+3
| | | | | | | general.py already copies the whole /etc/sysconfig git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1070 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] cluster.py: fix the regexp codepcarrier2011-02-041-3/+3
| | | | | | | That will teach me not to read APIs. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1069 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [plugins] cluster.py: RHEL6.1 general cleanuppcarrier2011-02-041-240/+61
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1068 ef72aa8b-4018-0410-8976-d6e080ef94d8
* l10n: Updates to Tamil (ta) translationtransif2011-02-021-15/+19
| | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1067 ef72aa8b-4018-0410-8976-d6e080ef94d8
* l10n: Updates to Hindi (hi) translationtransif2011-01-171-26/+16
| | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1066 ef72aa8b-4018-0410-8976-d6e080ef94d8
* l10n: Updates to Panjabi (Punjabi) (pa) translationtransif2011-01-111-13/+14
| | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1065 ef72aa8b-4018-0410-8976-d6e080ef94d8
* l10n: Updates to Marathi (mr) translationtransif2011-01-111-22/+11
| | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1064 ef72aa8b-4018-0410-8976-d6e080ef94d8
* l10n: Updates to Malayalam (ml) translationtransif2011-01-101-30/+18
| | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1063 ef72aa8b-4018-0410-8976-d6e080ef94d8
* l10n: Updates to Telugu (te) translationtransif2011-01-071-12/+13
| | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1062 ef72aa8b-4018-0410-8976-d6e080ef94d8
* l10n: Updates to Kannada (kn) translationtransif2011-01-051-14/+12
| | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1061 ef72aa8b-4018-0410-8976-d6e080ef94d8
* l10n: Updates to Oriya (or) translationtransif2011-01-041-13/+13
| | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1060 ef72aa8b-4018-0410-8976-d6e080ef94d8
* l10n: Updates to Gujarati (gu) translationtransif2011-01-041-26/+16
| | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1059 ef72aa8b-4018-0410-8976-d6e080ef94d8
* filesys.py: df -ali for inodes infopcarrier2010-12-081-0/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1056 ef72aa8b-4018-0410-8976-d6e080ef94d8
* l10n: Updates to Low German (nds) translationtransif2010-12-061-13/+12
| | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1055 ef72aa8b-4018-0410-8976-d6e080ef94d8
* l10n: Added Low German translationtransif2010-12-051-0/+188
| | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1054 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [tests] worker: tests reflecting the SIGINT design changepcarrier2010-11-282-8/+19
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1053 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [worker] New specs to simplify queue handlingpcarrier2010-11-281-10/+4
| | | | | | | - We always increment the request number when interrupted - We display the request number on stderr in case of interruption git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1052 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Deleting testsuite/ as git misses directoriespcarrier2010-11-280-0/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1051 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [tests] worker: added SIGUSR1 testspcarrier2010-11-281-1/+28
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1050 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [tests] worker: add prompt() and mutualize the "echo lol" outputpcarrier2010-11-281-12/+18
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1049 ef72aa8b-4018-0410-8976-d6e080ef94d8
* [tests] Replaced old expect scripts with pexpectpcarrier2010-11-276-29/+28
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1048 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Deprecating ChangeLogpcarrier2010-11-271-0/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1047 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Adding AUTHORSpcarrier2010-11-271-0/+14
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1046 ef72aa8b-4018-0410-8976-d6e080ef94d8