19 May
2011
19 May
'11
3:07 p.m.
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.