aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* * plugin.defaultenabled() decides whether a plugin will be automatically loa...shnavid2007-07-101-0/+5
* * Fixed a small typoshnavid2007-06-151-1/+1
* * Initial commit of XML reporting to gather details about commands executed ...shnavid2007-06-153-6/+20
* 2007-06-15 Eugene Teo <eteo@redhat.com>eugeneteo2007-06-159-0/+113
* Added systemtap.py to gather SystemTap pre-requisites informationeugeneteo2007-05-281-0/+29
* Added amd.py to gather Amd automounter informationeugeneteo2007-05-281-0/+31
* 2007-05-25 Eugene Teo <eteo@redhat.com>eugeneteo2007-05-283-0/+11
* Fixed a backtrace due to bad handling of nonexistent file in kernel plugin, a...sconklin2007-05-251-1/+3
* Forced the file generated by traceroute to not end in .comsconklin2007-04-241-1/+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
* 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
* 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
* Added a checkenabled() function which can be used to disable a plugin at run-...shnavid2007-03-291-0/+6
* Better logging using python's logging module.shnavid2007-03-271-24/+16
* Beautified console output.shnavid2007-03-271-2/+8
* Fixed hardware plugin to use modules.pcimap instead of deprecated pcitable.shnavid2007-03-271-4/+7
* Forgot to remove a debugging statementshnavid2007-03-151-1/+0
* Added check to see if the loaded module matches the copy on the file-systemshnavid2007-03-151-0/+19
* initial Xen supportshnavid2007-03-151-0/+28
* Sorry, those ". . ." are way too ugly.shnavid2007-03-141-2/+2
* Fixed BZ#219669 (sosreport multi-threaded option sometimes fails)shnavid2007-03-141-1/+1
* Added further commands' output to gather, taken from Alisdar's own LVM troubl...shnavid2007-03-071-2/+9
* Added a specialized plugin for printing related configuration and log files (...shnavid2007-02-212-1/+24
* Fixed typo.shnavid2007-02-211-1/+1
* Added a specialized plugin for device-mapper related configuration files and ...shnavid2007-02-202-1/+32
* First stage interrupt / ^C handlingjwbernin2007-02-171-3/+36
* Collect parsed configuration tree directly from ccsd (useful for troubleshoot...shnavid2007-02-161-0/+5
* Strip out the shared secret (bindpw) from /etc/ldap.confshnavid2007-02-161-0/+3
* Basic KeyboardInterrupt / SIGTERM handling, still needs more developmentjwbernin2007-01-291-1/+1
* Added radius plugin for freeradius data collectionshnavid2007-01-261-0/+29
* Added doRegexSub() to be called in postproc() to apply a regexp substitution ...shnavid2007-01-262-1/+27
* Keep asking full name until one is given to prevent errors when moving the so...shnavid2007-01-261-3/+8
* Removed meaningless error when target of a symlink had already been copied to...sconklin2006-12-151-5/+6
* Removed spurious messages, fixed file permissions to improve security,sconklin2006-12-153-56/+58
* Preserve timestamp, permissions, and ownership of copied filesjwbernin2006-11-241-1/+1
* Starting to revamp how we send data up to make it more modular and isolate it...jwbernin2006-10-181-0/+0
* Updating netstat commandjwbernin2006-10-161-1/+1
* Adding netstat collection to networking modulejwbernin2006-10-111-0/+1
* Added alerts for tainted kernel and some well-known tainting modules.sconklin2006-09-072-5/+55
* lint removalsconklin2006-08-162-57/+99
* Fixed handling of directory symlinks and linking from the html reportsconklin2006-08-101-6/+15
* Adding option to use multithreading for collection - default is single-threadedjwbernin2006-08-091-4/+4
* Merging jwb-dev branch to trunkjwbernin2006-07-2226-292/+356