If you want to do something like the All-Non-Green view with a different layout, you'll need to look into rewriting xymongen, I think.  Some people have done some good work with skins for Xymon, but I don't think they alter the layout of the page, just the way it looks.<div>
<br></div><div>Ralph Mitchell</div><div><br><br><div class="gmail_quote">On Fri, Jan 7, 2011 at 2:37 AM, Jayanta Kundu <span dir="ltr"><<a href="mailto:jayantak007@gmail.com">jayantak007@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>Hi Ralph Mitchel,</div>
<div> </div>
<div>I would like to display following line into my own XYMON page:</div>
<div><br>Pre-paid->  SMS (xxx)     <img style="margin:0px 0.2ex;vertical-align:middle" height="15" src="cid:000@goomoji.gmail" width="15" goomoji="000">  ->  <img style="margin:0px 0.2ex;vertical-align:middle" height="15" src="cid:000@goomoji.gmail" width="15" goomoji="000">                                                                                                 </div>


<div> </div>
<div><div class="im">(i) Where (xxx) is the number of Invalid Object/SMS/Provisioning etc. It is nothing but simple SQL query output.<br>(ii) <img style="margin:0px 0.2ex;vertical-align:middle" height="15" src="cid:000@goomoji.gmail" width="15" goomoji="000"> is the XYMON satatus icon(green/yellow/red etc.) depending on the threshold level.<br>

 <br></div>Actually i want to create similar type of page in my own XYMON setup environment like once we open the URL <a href="http://www.xymon.com/" target="_blank">www.xymon.com</a> and select the menu option "Views" -> "All non-green view" we can see the following short of screen:</div>


<div> </div>
<div><em><font size="5">All Monitored Systems OK<br></font></em></div>
<div>
<table summary="$EVENTSTITLE" border="0">
<tbody>
<tr bgcolor="#333333">
<td align="middle" colspan="6"><font color="#33ebf4" size="-1">1 events received in the past 57 minutes</font></td></tr>
<tr bgcolor="#000000">
<td align="middle">Fri Jan 7 07:32:40 2011 </td>
<td align="middle" bgcolor="green"><font color="black"><a href="http://home.scheel.dk" target="_blank">home.scheel.dk</a></font></td>
<td align="left">http</td>
<td><a href="http://www.xymon.com/xymon-cgi/historylog.sh?HOST=home.scheel.dk&SERVICE=http&TIMEBUF=Fri_Jan_7_00:01:35_2011" target="_blank"><img title="red" height="16" alt="red" width="16" border="0"></a> <img alt="From -> To" border="0"> 
</td><td><a href="http://www.xymon.com/xymon-cgi/historylog.sh?HOST=home.scheel.dk&SERVICE=http&TIMEBUF=Fri_Jan_7_07:32:40_2011" target="_blank"><img title="green" height="16" alt="green" width="16" border="0"></a></td>

</tr></tbody></table></div>
<div> </div>
<div>Kindly let us know how to achive above screen in my own xymon setup. Kindly let me know the files name and parameter name need to change.</div>
<div> </div>
<div>With Regards,</div>
<div>Jayanta.</div><div><div></div><div class="h5">
<div><br><br><br></div>
<div class="gmail_quote">On Thu, Jan 6, 2011 at 6:28 PM, Ralph Mitchell <span dir="ltr"><<a href="mailto:ralphmitchell@gmail.com" target="_blank">ralphmitchell@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="padding-left:1ex;margin:0px 0px 0px 0.8ex;border-left:#ccc 1px solid">If you just want to put xymon status colors into a status message, all you need to do is put &red, or &green or &yellow wherever you want the colored dot to appear.  So you would do something like: 
<div><br></div>
<div>   MSG=""</div>
<div>   <database query for SMS></div>
<div>   if result > X then MSG="$MSG\n&red SMS"</div>
<div>                    else MSG="$MSG\n&green SMS"</div>
<div>   <database query for Provisioning></div>
<div>   if result > Y then MSG="$MSG\n&red Provisioning"</div>
<div>                    else MSG="$MSG\n&green Provisioning"</div>
<div>   etc...</div>
<div><br></div><font color="#888888">
<div>Ralph Mitchell</div></font>
<div>
<div></div>
<div>
<div><br><br>
<div class="gmail_quote">On Thu, Jan 6, 2011 at 2:05 AM, Jayanta Kundu <span dir="ltr"><<a href="mailto:jayantak007@gmail.com" target="_blank">jayantak007@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="padding-left:1ex;margin:0px 0px 0px 0.8ex;border-left:#ccc 1px solid">
<div>Hi,</div>
<div> </div>
<div>I would like to create own XYMON page which is look as follows: 
<div><br><br>Pre-paid->  Invalid Object (xxx)  |   SMS (xxx)   |  Provisioning (xxxx)</div></div>
<div>                             <img style="margin:0px 0.2ex;vertical-align:middle" src="cid:000@goomoji.gmail" goomoji="000">                      <img style="margin:0px 0.2ex;vertical-align:middle" src="cid:000@goomoji.gmail" goomoji="000">                <img style="margin:0px 0.2ex;vertical-align:middle" src="cid:000@goomoji.gmail" goomoji="000">                                                                                                            </div>


<div><br>(i) Where (xxx) is the number of Invalid Object/SMS/Provisioning etc. It is nothing but simple SQL query output.</div>
<div>(ii) <img style="margin:0px 0.2ex;vertical-align:middle" src="cid:000@goomoji.gmail" goomoji="000"> is the XYMON satatus icon(green/yellow/red etc.) depending on the threshold level.</div>
<div>
<div> </div>
<div>Kindly let me know steps(file name, parameter name etc. need to be configure) to achieve the above.</div>
<div> </div>
<div>With Regards,<br>Jayanta.<br><br></div></div>
<div>
<div></div>
<div>
<div class="gmail_quote">On Wed, Jan 5, 2011 at 3:30 PM, Johan Sjöberg <span dir="ltr"><<a href="mailto:johan.sjoberg@deltamanagement.se" target="_blank">johan.sjoberg@deltamanagement.se</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="padding-left:1ex;margin:0px 0px 0px 0.8ex;border-left:#ccc 1px solid">
<div lang="SV" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11pt;color:#1f497d">The ”recent events” list is default on all installtions, and you have it on your own as well. It just lists the recent color changes. I don’t know if it is possible to achieve what you want, I just wanted to clarify that there is nothing custom with the “All non-green view” on <a href="http://www.xymon.com/" target="_blank">www.xymon.com</a>.</span></p>


<p class="MsoNormal"><span lang="EN-US" style="font-size:11pt;color:#1f497d"> </span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11pt;color:#1f497d">/Johan</span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11pt;color:#1f497d"> </span></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10pt">From:</span></b><span lang="EN-US" style="font-size:10pt"> Jayanta Kundu [mailto:<a href="mailto:jayantak007@gmail.com" target="_blank">jayantak007@gmail.com</a>] <br>

<b>Sent:</b> den 5 januari 2011 08:40<br><b>To:</b> <a href="mailto:xymon@xymon.com" target="_blank">xymon@xymon.com</a><br><b>Subject:</b> [xymon] How to create own XYMON custom page like "Views" -> "All non-green view" in <a href="http://www.xymon.com/" target="_blank">www.xymon.com</a></span></p>


<div>
<p class="MsoNormal"> </p>
<p class="MsoNormal" style="margin-bottom:12pt">Hi,<br><br>Once i open the URL: <a href="http://www.xymon.com/" target="_blank">www.xymon.com</a> and select the menu option "Views" -> "All non-green view", then we can see the following page:</p>

</div>
<table cellpadding="0" summary="$EVENTSTITLE" border="0">
<tbody>
<tr>
<td style="padding-right:0.75pt;padding-left:0.75pt;background:#333333;padding-bottom:0.75pt;padding-top:0.75pt" colspan="6">
<p class="MsoNormal" style="text-align:center" align="center"><span style="font-size:10pt;color:#33ebf4">1 events received in the past 126 minutes</span></p></td></tr>
<tr>
<td style="padding-right:0.75pt;padding-left:0.75pt;background:black;padding-bottom:0.75pt;padding-top:0.75pt">
<p class="MsoNormal" style="text-align:center" align="center">Wed Jan 5 06:16:03 2011 </p></td>
<td style="padding-right:0.75pt;padding-left:0.75pt;background:green;padding-bottom:0.75pt;padding-top:0.75pt">
<p class="MsoNormal" style="text-align:center" align="center"><span style="color:black"><a href="http://osiris.hswn.dk/" target="_blank">osiris.hswn.dk</a></span></p></td>
<td style="padding-right:0.75pt;padding-left:0.75pt;background:black;padding-bottom:0.75pt;padding-top:0.75pt">
<p class="MsoNormal">conn</p></td>
<td style="padding-right:0.75pt;padding-left:0.75pt;background:black;padding-bottom:0.75pt;padding-top:0.75pt">
<p class="MsoNormal"><a href="http://xymon-cgi/historylog.sh?HOST=osiris.hswn.dk&SERVICE=conn&TIMEBUF=Tue_Jan_4_23:55:23_2011" target="_blank"><span style="border-right:windowtext 1pt solid;padding-right:0cm;border-top:windowtext 1pt solid;padding-left:0cm;padding-bottom:0cm;border-left:windowtext 1pt solid;padding-top:0cm;border-bottom:windowtext 1pt solid;text-decoration:none"><img height="16" alt="Description: Image removed by sender. clear" width="16" border="0"></span></a><span style="border-right:windowtext 1pt solid;padding-right:0cm;border-top:windowtext 1pt solid;padding-left:0cm;padding-bottom:0cm;border-left:windowtext 1pt solid;padding-top:0cm;border-bottom:windowtext 1pt solid"><img height="100" alt="Description: Image removed by sender. From -> To" width="100" border="0"></span></p>

</td>
<td style="padding-right:0.75pt;padding-left:0.75pt;background:black;padding-bottom:0.75pt;padding-top:0.75pt">
<p class="MsoNormal"><a href="http://xymon-cgi/historylog.sh?HOST=osiris.hswn.dk&SERVICE=conn&TIMEBUF=Wed_Jan_5_06:16:03_2011" target="_blank"><span style="border-right:windowtext 1pt solid;padding-right:0cm;border-top:windowtext 1pt solid;padding-left:0cm;padding-bottom:0cm;border-left:windowtext 1pt solid;padding-top:0cm;border-bottom:windowtext 1pt solid;text-decoration:none"><img height="16" alt="Description: Image removed by sender. green" width="16" border="0"></span></a></p>

</td>
<td style="padding-right:0.75pt;padding-left:0.75pt;background:black;padding-bottom:0.75pt;padding-top:0.75pt"></td></tr></tbody></table>
<p class="MsoNormal" style="margin-bottom:12pt"></p>
<div><br><br>I would like to create similar type of display in my own XYMON page.<br>For exameple:<br>Pre-paid       Invalid Object (xxx)      |        SMS (xxx)        |       Provisioning (xxxx)<br><br>                           <a href="http://192.168.3.12/xymon-cgi/bb-hostsvc.sh?HOST=HS21-A&SERVICE=Invalid_Objects" target="_blank"></a>                                    <a href="http://192.168.3.12/xymon-cgi/bb-hostsvc.sh?HOST=HS21-A&SERVICE=Invalid_Objects" target="_blank"></a><span style="font-size:11pt">                                              </span><a href="http://192.168.3.12/xymon-cgi/bb-hostsvc.sh?HOST=HS21-A&SERVICE=Invalid_Objects" target="_blank"></a></div>

<span style="font-size:11pt"><br>
<div>Where (xxx) is the number of Invalid Object/SMS/Provisioning etc. It is nothing but simple SQL query output.<br><br>Kindly let me know steps(file name, parameter name etc. need to be configure) to achieve the above.<br>

<br>With Regards,<br>Jayanta.</div></span>
<p></p>
<p></p></div></div></blockquote></div><br></div></div></blockquote></div><br></div></div></div></blockquote></div><br>
</div></div></blockquote></div><br></div>