euh <sa_status> still gives RUNNING

dirk.



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Brent Ozar
Sent: Fri Jul 11 2:08 PM
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 ? Since
RT> upgrading, the default.asp file that is being produced now shows every
RT> single check in RED, regardless of whether it's down, maintenance or
RT> 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