Yep, that's exactly what I see.

If "RUNNING" <> "RUNNING" then  is on each check in the default.asp
file.

Best wishes
 
Richard Temple
Networks Team Leader
Dynix 
[EMAIL PROTECTED] 
p 01494 777582
f 01494 777600
http://www.dynix.com


-----Original Message-----
From: Brent Ozar [mailto:[EMAIL PROTECTED] 
Sent: 11 July 2003 13:08
To: Richard Temple
Subject: Re: [SA-list] SAlive 4.0.1457 & Sangfroid Jr


The default_template.asp uses this code line in order to determine which
checks to show:

<%
'Only show down servers
If "<sa_status>" <> "RUNNING" then
%>

ServersAlive takes that template, turns it into ASP, and a typical
running check would look like this:

<%
'Only show down servers
If "RUNNING" <> "RUNNING" then
%>

You can see this around line 35 of your default.asp.  What does it look
like in yours?  It's possible that the <sa_status> tag got changed in
the latest build.

Brent


Friday, July 11, 2003, 6:31:01 AM, you wrote:

RT> Is anyone using the latest beta with the Sangfroid Jr template ? 
RT> Since upgrading, the default.asp file that is being produced now 
RT> shows every single check in RED, regardless of whether it's down, 
RT> maintenance or running.
 

RT> Best wishes

 

RT> Richard Temple
RT> Networks Team Leader
RT> Dynix
RT> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  
RT> p 01494 777582
RT> f 01494 777600
RT> http://www.dynix.com <http://www.dynix.com/> 

 






-- 
BrentO
One thing's better than bricking a camel, Hump it !


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

Reply via email to