Is it possible to create Alarms dashboard for seperate groups of hosts and list them separately using a filter option.
[1] If the hostname has a definite naming convention for example if all the hosts belong to a same domain.
Use regex option as "^.*xxx.yyyy.com.*$"
[2] If the hostname has a variable naming convention for example if the hosts belong to different domains or hostnames
Use regex option for 3 hosts is shown below
^.*\b(hostname1|hostname2|hostname3)\b.*$
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center