If you create an alternate page set via the bb-hosts file tags and running bb-gen for that page set, it will create a "non-green" view automatically for that alternate page set.
.....Bruce
Bruce White Senior Enterprise Systems Engineer | Phone: 1-630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | http://www.fellowes.com/ Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc.
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Nick Camaldi Sent: Thursday, May 19, 2011 10:08 AM To: xymon at xymon.com Subject: [Xymon] Custom Non Green Displays
Is there a way to create multiple custom non-green displays?
I have a large environment where each department is only concerned with thier own devices.
i tried creating a wintel-nongreen.sh
#!/bin/sh
This uses the statusreport.cgi to provide a list
of all non-green statuses with a brief summary of what is wrong.
. /opt/admin/xymon/linux/current/server/etc/cgioptions.cfg
exec /opt/admin/xymon/linux/current/server/bin/statusreport.cgi
--filter="color=red,yellow" --all \critwin\*
--heading="All non-green Wintel systems"
--show-column
--show-summary
--link
But I think i'm missing something.