Quantcast
Channel: VMware Communities: Message List - vRealize Operations Manager
Viewing all articles
Browse latest Browse all 14433

Re: How to create VCOPs email alerts filter ?

$
0
0

This is done fairly often for different alerting scenarios. Here would be an example:

 

Just edit the existing emailFilter.xml. Leave the templates alone, add in this filter rule, config the bottom of the file for the sender/retry time, then create the email alert handler in the Custom UI.

 

<FilterRule name="Classic_KPI_HT_BREACH-Alerts">

         <Conditions>

                <condition type="AlertType">CLASSIC</condition>

                 <condition type="AlertSubType">KPI_HT_BREACH</condition>

               <condition type="Level">Critical</condition>

         </Conditions>

         <Addresses>

                <sendTo type="email">test@domain.com</sendTo>

         </Addresses>

    </FilterRule>


Viewing all articles
Browse latest Browse all 14433

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>