Hello Jonathan, I also created a very small tool to convert the statistical file to HTML. I wrote it in simple VBS and run it as a external check. The VBS script reads the statistical data and converts the status-values to text (UP, DOWN, etc.). It also creates a HTML table. It only is a pitty that the statistical file is updated *after* the last check. So the tool will always report one cycle later.
Because I wanted to split the statistical file by sub-test I first call a normal batch file which searches the statistical file for keywords. All together it looks like this: ---------------------------------------------------------------- copy *.log statistics.csv (combine all the logfiles) find /i "mailserver" statistics.csv > st_mailserver.csv find /i "proxyserver" statistics.csv > st_proxy.csv stat2html.vbs st_mailserver.csv st_mailserver.html stat2html.vbs st_proxy.csv st_proxy.html Call do_ftp.cmd ---------------------------------------------------------------- If you want a copy of these files (to change it for your own use) just mail me. Kind regards, Robert -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Jonathan Marsden Verzonden: vrijdag 8 augustus 2003 15:34 Aan: [EMAIL PROTECTED] Onderwerp: RE: [SA-list] Suggestion Dear Dirk, I went looking in the list archives for a simple utility that will give some sort of readable reporting from the statistical reports, and saw that there were a few others out there looking for the same thing...I don't run a SQL server, and don't have a lot of experience with access. I wanted something that would give me basic up/down and elapsed time reports. I couldn't find anything, of course, so I created an excel spreadsheet that does some pretty basic translation of the logs. If there is anyone out there that wants a copy, they are welcome to email me. Jonathan Marsden Part-Time Geeks Computer services www.ptgeek.isa-geek.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dirk Bulinckx Sent: Friday, August 08, 2003 9:21 AM To: [EMAIL PROTECTED] Subject: RE: [SA-list] Suggestion Good idea, that's even easier... Dirk. Most of Woodstone's staff is currently on holiday, however support checks mail a couple of times a day (over a slow link). This does mean that we are not able to do all "normal" support tasks. We will be back, in full force, on August 10th 2003. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Ockenden Sent: Friday, August 08, 2003 12:15 PM To: [EMAIL PROTECTED] Subject: Re: [SA-list] Suggestion > I suppose that we will have to change it :-) Or just rename it to "Auto-save on exit". At least then it'll be obvious how it works. P. To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] With the following in the body of the message: unsubscribe SAlive To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] With the following in the body of the message: unsubscribe SAlive --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 8/5/2003 Tested on: 8/8/2003 9:33:58 AM avast! is copyright (c) 2000-2003 ALWIL Software. http://www.avast.com To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] With the following in the body of the message: unsubscribe SAlive To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] With the following in the body of the message: unsubscribe SAlive
