<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>Hello,<br>
<br>
I have a collection of pages and subpages that compose a system.<br>
There are several systems in my xymon hosts file.<br>
Each system looks at a set of machines, VMs and http targets.<br>
And each system is listed on an 'Environments' page, which only has links (and icons) to the subpages for the systems <br>
(i.e. no URL or http info is connected to that Environments page) <br>
<br>
Periodically, each system is brought down for maintenance.<br>
But when that happens, I get swamped with alerts about every component of that system.<br>
<br>
Does anyone know of a way to get one, high-level alert, say from the subpages under my ovmEnvironments page<br>
instead of 100+ alerts from my monitored elements ?<br>
<br>
I have not seen any discussions like this in the archives, but I could have missed them.<br>
<br>
<br>
thanks Greg<br>
<br>
<br>
<br>
Here is a modified snippet of my hosts.cfg file<br>
----------------------------------------------------------------<br>
<br>
<br>
page ovmEnvironments OVMEnvironments<br>
title OVM Environments<br>
<br>
<br>
##################################################################################################<br>
# Env1 starts here<br>
##################################################################################################<br>
subpage b16Env1 B16Env1<br>
title B16 Env1<br>
subparent b16Env1 b16Env1Hypers Hypervisors<br>
title B16 Env1 Hypervisors group-compress <font size="+1">Hypervisors</font><br>
0.0.0.6     appohs-crm-machine06<br>
0.0.0.7     authohs-crm-machine07<br>
...<br>
<br>
subparent b16Env1 b16Env1Hosts Hosts<br>
title B16 Env1 Hosts group-compress <font size="+1">OVM Hosts</font><br>
0.0.0.8     v_resourceWebgate_machine08<br>
0.0.0.9     v_challengWebgate_machine09<br>
...<br>
<br>
subparent b16Env1 b16Env1Admin Weblogic Admin/EM Pages<br>
title B16 Env1 Weblogic Administration group-compress <font size="+1">All Admin Consoles</font><br>
0.0.0.91     v_BI_ADMIN     # http://user:pswd@machine:port/console<br>
0.0.0.90     v_CRM_ADMIN    # http://user:pswd@machine:port/console<br>
...<br>
<br>
<br>
and here is a snippet from alerts.cfg which DO NOT fire when any of the subpage indicators turn red:<br>
<br>
PAGE=ovmEnvironments COLOR=red RECOVERED<br>
     SCRIPT /home/msmith/xymon/xymonServer/server/ext/smsplus.sh me@company.com REPEAT=24h<br>
<br>
PAGE=ovmEnvironments/b16Env1 COLOR=red RECOVERED<br>
     SCRIPT /home/msmith/xymon/xymonServer/server/ext/smsplus.sh me@company.com REPEAT=24h<br>
<br><span><br></span></div></body></html>