aboutsummaryrefslogtreecommitdiffstats
path: root/www/index.html
blob: c73905b4409bc4735afb42834184839ce5d6c119 (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
<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>
<p>sos is a framework that allows integration of system information gathering,
system monitoring and analysis tools, and submission of trouble tickets.
</p>
<p>The first phase is a system reporting framework that allows applications
to deliver plugins that are used to gather and report information that
is useful to the maintainers of the application. This is performed by the
<i>sosreport</i> system reporting tool.
</p>
  </body>
</html>