We would like to setup a single alert that monitors a couple of common conditions. When one of those conditions are exceeded we would like to email a list of people who are stored in a customer property. Is it possible?
HI,
I think in the recipient email address option, you want be able to enter any variable but can pass your parameters in the message field and the alert name and description.
Regards
Pratik
Sorry i think you can use.. just have a look at below thread:
Re: Using nested condition groups and custom properties for alerts
Hello mbiersack,
Yes this is possible, you can enter any variable in place of the recipient e-mail address.In the latest version of core the alerts are web based and the syntax you would use for a node based custom property would be:
${N=SwisEntity;M=Node.CustomProperties.Alert_Email}
To use the "Default To" address specified in the web console initial alerting configuration you can use:
${N=Generic;M=DefaultEmailTo}
FYI: It is also now possible to make a custom property mandatory
Thanks,
Tony
Integrating CA service desk and SolarWinds
Been trying to make this work based on a Thwack Camp session, but it keeps returning "Please specify a valid email address."
Just check this out: Use Custom properties when sending email alerts - SolarWinds Worldwide, LLC. Help and Support
Or this Video: Breaking Up with Bad Habits: Monitoring, Security and Orion Platform Don'ts! - SolarWinds Lab #51 - YouTube From about 8 Minutes Section titled: Custom Properties for your email destination. Or How To Get The Most Out of Your SolarWinds Products - YouTube from 25 mins.
Thank you!