There's no easy way like export to csv or xls.

The only way is to create a new simple HTML page (Setup\Output\HTML
page), add it to all checks (Add to ... button on the same window) and
after a cycle you have something what you are looking for.

Below is a template I use:
----------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Servers Alive Checks Export</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
</head>
<body>

<table width="100%" border="0" cellspacing="3" cellpadding="1">
<tr>
    <td>HOSTNAME</td>
    <td>RESOURCE NAME</td>
    <td>ALERTS</td>
</tr>
<sa_report sort=hostname>
<tr>
  <td><sa_hostname></td>
  <td><sa_prettyname></td>
  <td><sa_alerts></td>
</tr>
</sa_report>
</table>
</html>
----------------------------------------------------------------------

Regards,
Petr


-----Original Message-----
From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Greg D. Moore
Sent: 12 June 2008 18:31
To: Servers Alive Discussion List
Subject: [SA-list] Exporting alerts into a usable form



I've got a requirement from my boss to export our list of alerts into a
form he can understand.

Now I can spend all day doing this, or ask around to see if anyone else
has done it.

Basically I just need the name, what it does, and who it is sent to.

I can easily parse the first bits, but the "who" seems to be scattered
about.

Any suggestions?


Greg D. Moore   President
[EMAIL PROTECTED]
Personal:  http://stratton.greenms.com
Ask me about lily, an RPI based chat system:
http://lilycore.sourceforge.net/
SQL Server Consulting                                   [EMAIL PROTECTED]

To unsubscribe send a message with UNSUBSCRIBE in the subject line to
[email protected] If you use auto-responders (like out-of-the-office
messages), make sure that they are not sent to the list nor to
individual members.  Doing so will cause you to be automatically removed
from the list.


This e-mail including any attachment is intended only for the recipient(s) 
named. It may contain confidential information and should not be read, copied 
or otherwise used by any other person. If you are not a named recipient, please 
contact the sender and delete the e-mail from your system. The sender does not 
accept any liability for errors or omissions in the content of this message or 
for viruses, or any damage due to the e-mail. The recipient is advised to have 
appropriate virus check software. 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
[email protected]
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members.  Doing so will cause 
you to be automatically removed from the list.

Reply via email to