Alert Notification Subscription Variables, and linking that to the console, database, and SDK
<!--[if lt IE 9]>
<![endif]-->
Comments
Anonymous
January 01, 2003
@Sekhar -
Yes, if there is any value in the workflow runtime context, you can add this to the alert custom field when alert is generated.Anonymous
January 01, 2003
Very useful information Kevin.
Question however, Do you know of anyway to get a Servers AD Description field to display in an alert?Anonymous
January 01, 2003
@Mitrak
In SQL:
select DisplayName, name, description
from ruleview
where name like 'subscription%'
select DisplayName, name, description
from ruleview
where name like 'Subscription0091a017_6a16_4948_b58d_64fa450c8494'
In posh:
Get-SCOMNotificationSubscription | FT displayname,nameAnonymous
December 29, 2009
Thanks for this information Kevin.Anonymous
April 25, 2010
Kevin, Any idea how to add the other items available in the alert itself, such as NetbiosComputerName, etc. for notifications? I don't see them on the spreadsheet so I assume they are not native.Anonymous
July 05, 2010
I have same situation as Marnix, we use SCOM to send email alert notification, but details in notification is not practical. Generally in most company, we need basic information such as... Hostname : only NetBIOS name, not current path name as SCOM using IPv4 : should be very common value to scope and identify target monitoring. GroupName: In the real world, most company categorized group of servers rely on project, or production role, not group by Microsoft product. for example, CRM system group, Call Center Group, Web frontend, Web backend. this is very useful information to put in alert SMS or Email notification, I think SCOM already have information above, but I have to use a lot of effort created PowerShell script. I don't understand why this expensive product make it too complicated.Anonymous
September 17, 2010
Great information that will help in the development of interface programs to process the UNC XML documents.Anonymous
September 23, 2010
Great job Kevin. This is very useful information.Anonymous
September 03, 2014
Dear All,
I have question for you, In Alert Fields, we have Customer Fields right Can i Assign Performance Counter Value to them
Let Say For Performance : context_PctUsage we will get this value can i assign this ? to custom Fields ?
Thanks
SekharAnonymous
April 20, 2015
The comment has been removedAnonymous
May 04, 2015
Thanks KevinAnonymous
May 19, 2015
For Aggregate Rollup Monitor what is the Variable Event description if there are two unit monitors in it.Anonymous
September 03, 2015
Thanks for this useful information Kevin,
"$Data/Context/DataItem/ManagedEntity$" is useful in alerts related data but I want to use it in a task. All I wanted is when I select any object in SCOM and select a task (PowerShell) then it should send the OID of the selected object as a parameter. I am not able to find any class which has this IOD as property.
Please help me to get this selected object OID as parameter.Anonymous
January 28, 2016
Hi Kevin,
If I want to monitor the availability from the runbook designer ..what parameter or ID I need to select?Anonymous
September 09, 2016
Hi Kevin,I have a subscription, which has multiple subscribers. Is it possible to have names/list of all the subscribers appear in the alert notification email sent by the subscription?- Anonymous
September 09, 2016
Not that I am aware of.
- Anonymous
Anonymous
January 11, 2017
Thank you for putting this and your related post together, Kevin.Is there an updated version for 2016, or even 2012? I think a number of these tags have been changed in newer versions.Thanks again!Anonymous
November 23, 2017
Hi, Kevin.. How to fetch the Alert context information in email description channel. Suppose if we are getting Date time, Title, IncidentStatus, Details... so if i have fetch the information from detail in our channel the how to do this?? pls help.