http://jira.hyperic.com/browse/HHQ-3129
Allow alert to be created based on a Mixed Group. Specifically, users should be able to specify multiple AND/OR conditions which span across different platforms and services. Simple example:
IF "Backoffice DNS Servers" Availability == 0
AND "DHCP Servers" Availability == 0
THEN raise alert "Backoffice DNS down, DHCP servers impacted"
AND suppress "DHCP Servers" alarms
Currently, group alarms can be done for Compatible Groups, but that doesn't allow users to compare metrics from unrelated groups to each other and perform simple root cause analysis and alert suppression.
Anonymous