<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Is there a way to create multiple custom non-green displays?  <BR>
 <BR>
I have a large environment where each department is only concerned with thier own devices.<BR>
 <BR>
i tried creating a wintel-nongreen.sh<BR>
 <BR>
#!/bin/sh<BR>
# This uses the statusreport.cgi to provide a list<BR># of all non-green statuses with a brief summary of what is wrong.<BR>
. /opt/admin/xymon/linux/current/server/etc/cgioptions.cfg<BR>
 exec /opt/admin/xymon/linux/current/server/bin/statusreport.cgi \<BR>        --filter="color=red,yellow" --all \critwin\*<BR>        --heading="All non-green Wintel systems" \<BR>        --show-column \<BR>        --show-summary \<BR>        --link<BR><BR>
But I think i'm missing something.<BR>
 <BR>                                          </body>
</html>