diff options
author | Jesse Jaggars <jhjaggars@gmail.com> | 2011-12-14 16:05:59 -0600 |
---|---|---|
committer | Jesse Jaggars <jhjaggars@gmail.com> | 2011-12-14 16:05:59 -0600 |
commit | 6ea48cbbc85d007dfefd1f254db66ff2e0a9cec5 (patch) | |
tree | 35188a9f5f2be7f3ae6ea52beea0883dca47abda /README | |
parent | 1e83a26da25981f362d4acc35d61dfa3b2ab56a3 (diff) | |
download | sos-6ea48cbbc85d007dfefd1f254db66ff2e0a9cec5.tar.gz |
Major updates to most of SoSReport
Code reorganization
Cross platform support for Windows, OS X and Linux
Dynamically loaded policies
Support for loading plugins from multiple locations
via __path__ modification of sos.plugins
Support for running via Jython
Support for executing from a jarfile
Support for json based reporting infrastructure
- Previous reporting methods still exist
Support for other checksum algorithms (determined by policy)
Support for other compression algorithms (determined by policy)
New plugin API for writing arbitrary information in a new file inside
the report archive.
New plugin API for modifying files that have been added to the
archive.
Added API for global plugin options
- external interface is unavailable at this time
Many small bugfixes
Diffstat (limited to 'README')
-rw-r--r-- | README | 36 |
1 files changed, 8 insertions, 28 deletions
@@ -1,35 +1,15 @@ -This set of tools is designed to provide information to support -organizations in an extensible manner, allowing third parties, -package maintainers, and anyone else to provide plugins that will -collect, analyze, and report information that is useful for supporting -software packages. +This set of tools is designed to provide information to support organizations +in an extensible manner, allowing third parties, package maintainers, and +anyone else to provide plugins that will collect, analyze, and report +information that is useful for supporting software packages. -This project is hosted at http://fedorahosted.org/sos -For the latest version, to contribute, and for more information, please visit there. +This project is hosted at http://github.com/sosreport/sosreport For the latest +version, to contribute, and for more information, please visit there. To access to the public source code repository for this project run: - svn export http://svn.fedorahosted.org/svn/sos/trunk sos --username guest + git clone git://github.com/sosreport/sosreport.git to install locally (as root) ==> make install to build an rpm ==> make rpm - -See the Makefile. - -Maintainer: - - Adam Stokes <ajs@redhat.com> - -Developers and Contributors: - - Steve Conklin <sconklin@redhat.com> - Pierre Amadio <pamadio@redhat.com> - John Berninger <jwb@redhat.com> - Navid Sheikhol-Eslami <navid at redhat dot com> - -Thanks to: - - Eva Schaller <eschaller@redhat.com> for providing an Italian translation - Marco Ceci <mceci@redhat.com> for helping me out with the cluster plugin - Leonardo Macchia <lmacchia@redhat.com> for being my personal regexp generator - Imed Chihi <ichihi@redhat.com> for providing Arabic and French translations +to build a zipfile for use with jython ==> make zip |