Description of problem: I'd like to filter events for notification also based on message text. Why? There's no possibility to assign for notification of specific VMs, hosts, whatever... - now: FILTER="include:VDS_LOW_MEM(smtp:jbelka) ${FILTER}" - future? FILTER="include:VDS_LOW_MEM<somespecialtag?>*on host BESTHOSTEVER*<end_somespecialtag?>(smtp:jbelka) ${FILTER}" No idea how you would handle the syntax, but putting '*on host foo*' creates chaos now :) Version-Release number of selected component (if applicable): 3.6.0 How reproducible: 100% Steps to Reproduce: 1. filter some event type for only specific object on which this event was generated (low free mem on specific host only for example) 2. 3. Actual results: not possible with rhevm/ovirt tools only Expected results: would be nice to have Additional info: procmail|maildrop|snmpc could be used as "preprocessor", yeah