Make sure you're using the <sa_groupheader> tags to show where your groups begin and end. You can see an example of how it works in the first ServersAlive template listed on my tips & tricks page here:
http://www.brentozar.com/salive/ The source for that first template is here: http://www.brentozar.com/salive/v4samples/Groups/default_template.htm Below is a simplified version of the report so you can see what I mean. If you've still got problems with it after you read through this and my examples, email me the template you're using, and I can help you with it. Make sure to send it to me ([EMAIL PROTECTED]) rather than replying to the group, because attachments are tough on the group emails. Brent <table> <sa_report sort=status,prettyname> <sa_groupheader> <tr> <td colspan="5" bgcolor="#0000FF"><font color="#FFFFFF"><strong>Group: <sa_group_name></strong></font></td> </tr> <tr bgcolor="#0000FF" class="tabletop"> <td><font color="#FFFFFF">Pretty Name</font></td> <td><font color="#FFFFFF">Check & Response</font></td> <td><font color="#FFFFFF">Status</font></td> <td><font color="#FFFFFF">Roundtrip Specs</font></td> <td><font color="#FFFFFF">Uptime</font></td> </tr> </sa_groupheader> <tr valign="top" bgcolor="<SAIF SA_STATUS IS DOWN>FF0000</SAIF><SAIF SA_STATUS IS UP>FFFFFF</SAIF>"> <td><SA_PRETTYNAME></td> <td><font size="-2"><SA_CHECKDESCRIPTION><br><SA_CHECKRESPONSE></font></td> <td><SA_STATUS> since<br><sa_statuschangedate> <sa_statuschangetime></td> <td>Last: <SA_ROUNDTRIP><br>Avg: <SA_STATS_AVGRTRIP><br>Max: <SA_STATS_MAXRTRIP><br>Min: <SA_STATS_MINRTRIP></td> <td><SA_STATS_UPTIME><br> Up: <SA_STATS_UPCYCLES><br>Down:<SA_STATS_DOWNCYCLES></td> </tr> </sa_report> </table> Tuesday, June 10, 2003, 4:13:42 PM, you wrote: KS> I have a template that creates my default HTML file which all checks are KS> configured to use. The problem is that only about 1/3 of all my checks KS> actually appear on the page, entire groups do not appear. It seems that KS> it only shows my 2nd level groups and not the top level groups. KS> In the gui it looks like this: KS> Windows KS> Servers KS> Server1 KS> Server2 KS> Clients KS> Client1 KS> Client2 KS> Network KS> Building A KS> Switch1 KS> Switch2 KS> Building B KS> Switch1 KS> Switch2 KS> Wireless KS> Accesspoint1 KS> Accesspoint2 KS> Unix KS> Unix1 KS> Unix2 KS> On the web page it looks like this: KS> Servers KS> Server1 KS> Server2 KS> Clients KS> Client1 KS> Client2 KS> Building A KS> Switch1 KS> Switch2 KS> Building B KS> Switch1 KS> Switch2 KS> What am I missing to make this work correctly? KS> -Kevin KS> To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] KS> With the following in the body of the message: KS> unsubscribe SAlive -- BrentO That's not a silly walk - THIS is - ! ! @. To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] With the following in the body of the message: unsubscribe SAlive
