aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bumped version and added changelog entryshnavid2007-07-022-14/+6
* * added custom prep script to run %setup with -q option (Fedora requirement)shnavid2007-07-022-0/+2
* * fixed indentation of %description in spec fileshnavid2007-07-021-3/+3
* "make tag-release" followed by a "make release" will be required now to creat...shnavid2007-07-021-2/+1
* * removed useless sos.spec (it is generated on the fly by setup.py)r1.6shnavid2007-07-024-132/+96
* * Added command line option to set plugin options (ie. to enable "rpm -Va": s...shnavid2007-07-021-1/+17
* * added instructions on how to checkout source using svnshnavid2007-06-281-0/+4
* * added a changelog entry for 1.4-1shnavid2007-06-281-1/+10
* Beautified output of --list-plugins.shnavid2007-06-271-4/+7
* LICENSE is now included in the package.shnavid2007-06-262-2/+2
* * [BZ#241282] initial port to RHEL4 :) sos core now runs happily, plugins wi...shnavid2007-06-152-13/+24
* * Fixed a small typoshnavid2007-06-151-1/+1
* * remove temporary xmlreport debugging lines.shnavid2007-06-151-1/+0
* * Initial commit of XML reporting to gather details about commands executed ...shnavid2007-06-154-8/+98
* Updated with comments from my SVN commits.shnavid2007-06-151-0/+54
* Exceptions in plugin.analyse() were not catched allowing a bad plugin to brea...shnavid2007-06-151-1/+5
* 2007-06-15 Eugene Teo <eteo@redhat.com>eugeneteo2007-06-1510-0/+127
* Added systemtap.py to gather SystemTap pre-requisites informationeugeneteo2007-05-282-0/+34
* Added amd.py to gather Amd automounter informationeugeneteo2007-05-282-0/+36
* 2007-05-25 Eugene Teo <eteo@redhat.com>eugeneteo2007-05-284-0/+20
* bumped versionsconklin2007-05-252-3/+6
* Fixed a backtrace due to bad handling of nonexistent file in kernel plugin, a...sconklin2007-05-253-3/+8
* corrected spec file syntax as reauierd for rhel releasesconklin2007-05-251-10/+10
* About to tag for errata release, incremented version to 1.4sconklin2007-04-302-3/+3
* typosconklin2007-04-241-1/+1
* Fixed an error in option handling - when fast options weresconklin2007-04-241-0/+2
* Forced the file generated by traceroute to not end in .comsconklin2007-04-241-1/+2
* Fixed a problem with manpagesconklin2007-04-241-0/+2
* Added optional traceroute collection to networking pluginsconklin2007-04-241-2/+3
* Added clalance's patch to gather iptables info.sconklin2007-04-241-6/+20
* Running "multipath" without arguments might change the device-mapper maps, wh...shnavid2007-04-231-2/+1
* Fixed a problem with installation of man page. rpmbuild compressessconklin2007-04-204-6/+10
* Cleaned up tagging and release in makefile, updated spec filesconklin2007-04-182-8/+40
* More logging typos fixed.shnavid2007-04-181-4/+4
* Import logging module to make sure we have access to logging.*shnavid2007-04-181-12/+34
* Fixed typo in new logging.shnavid2007-04-181-4/+4
* adding bridging info for xen modulepamadio2007-04-151-0/+1
* removed some things that got done from TODO listsconklin2007-04-111-10/+1
* No need to be that verbose, some commands will often fail. Downgrading messag...shnavid2007-04-051-2/+2
* rpm -Va should be enabled by default (BZ#234873)shnavid2007-04-051-1/+1
* Replaced xen plugin with (better) version from Chris Lalancette <clalance@red...shnavid2007-04-021-8/+48
* Cosmetic fix.shnavid2007-03-301-1/+2
* Disable the progress-bar if verbosity is enabled.shnavid2007-03-291-0/+1
* Another small fix to logging.shnavid2007-03-291-2/+2
* Improved logging and small fix to checkenabled()shnavid2007-03-291-15/+16
* Added a checkenabled() function which can be used to disable a plugin at run-...shnavid2007-03-292-0/+9
* Better logging using python's logging module.shnavid2007-03-272-42/+51
* Beautified console output.shnavid2007-03-271-2/+8
* Fixed hardware plugin to use modules.pcimap instead of deprecated pcitable.shnavid2007-03-271-4/+7
* Fixed a typo.shnavid2007-03-231-1/+1