aboutsummaryrefslogtreecommitdiffstats
path: root/www/index.html
blob: 226c622979a28c5c4c2f159378a733bad66f1d59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<html>
  <head>
    <title>SOS Project Page</title>
	<style type="text/css">

	#apphead { display:none }
	.axial { display:none }

	</style>

  </head>
  <body>
<h3>sos (son of sysreport)</h3>

<h1>Sos Project Home</h1>

The SOS project (and package) is intended to:

<ul>
<li>Improve on the capabilities of sysreport by adding some analytic abilities</li>
<li>To put more tools into the customer's hands to allow them to solve their problems</li>
<li>To provide a set of tools to improve the abilities of Red Hat support to solve customer problems</li>
<li>To reduce the number of contacts required with the customer to solve their problems</li>
</ul>

<p>There will be links to mailing lists and repos here</p>

<p>Although this project was begun by Red Hat employees, it is released under the GPL
, with all Red Hat specific parts isolated in plugins so that it will be generally useful to others.</p>

<p>The first stage of the project, sosreport, has a first implementation, and is available FILL IN WHERE</p>:

This project will provide a number of tools, in the following areas:

<h2>1. System Information Gathering (released)</h2>

<p>This application (sosreport) performs a function similar to what sysreport does now, but has a
pluggable architecture that will allow the inclusion of sos plugins to be
delivered with any package. These plugins can gather information needed
for troubleshooting that package, provide the ability to turn on other
debugging or reporting that is of interest for that package, provide some
analysis to be done to notify the customer of improper configuration or
operation, and integrate the reporting from the plugin with other system information.</p>

<p>Reports are provided in html. The report integrates reports from various plugins,
along with the results of analysis performed by those plugins. In addition, future policy
plugins may provide links in the output for additional operations, such as opening a ticket
with a Support CRM system, submitting the system information to a web hosted tool for further
analysis, or submitting the information for attachment to a ticket already open within a support
CRM system.

<h2>2. Integration of additional debugging tools (future)</h2>

<p>An API will be provided that allows delivery of additional tools which may
be enabled and disabled through a simple unified interface by the end user.
For example, we expect to provide scripts that will use sar, systemtap,
enable performance counters, etc. For all tools that are enabled, reports
will be included in subsequent system information reports and integrated in
the heirarchical result navigation.</p>

<p>This will allow Support Organizations to easily walk the customer (by phone or
email or chat) through a simple interface to enable the gathering of troubleshooting
information specific to the problem being addressed.</p>

<h2>3. Integration with Support CRM and other ticketing systems</h2>

<p>The tools in the package will allow simplified interaction with Support CRM systems.
Once system information is gathered, the customer will have an option to open an
issue with support. Verification of entitlement for support and filing the ticket
with the system information and problem description attached will be handled by policy plugins
that can be customized for integration with different CRM systems.</p>

<hr>

<h1> List of current requirements</h1>

<p>TBD</p>
Here are the sos requirements as they stand:

<hr>
<i>sos is the international distress call, and also stands for &quot;son of sysreport&quot;</i>
<hr>
  </body>
</html>