diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 56cc53e1..c73905b4 100644 --- a/www/index.html +++ b/www/index.html @@ -1,6 +1,6 @@ <html> <head> - <title>Red Hat Technologies</title> + <title>SOS Project Page</title> <style type="text/css"> #apphead { display:none } @@ -10,6 +10,14 @@ </head> <body> -<h3>this is a technology.</h3> +<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> |