Including the NT service info in the alert description
When creating a NT service unit monitor, you might want to include in the alert description the service information. Here are the expression that you can use in order to include the service information in the alert description:
- Service Name - $Data/Context/Property[@Name='Name']$
- Service Dependencies - $Data/Context/Property[@Name='Dependencies']$
- Service Binary Path - $Data/Context/Property[@Name='BinaryPathName']$
- Service Display Name - $Data/Context/Property[@Name='DisplayName']$
- Service Description - $Data/Context/Property[@Name='Description']$
Comments
- Anonymous
October 31, 2007
PingBack from http://aceddl.cn/x/opsmgr-including-the-nt-service-info-in-the-alert-description.jsp - Anonymous
February 18, 2008
Why do the expressions not work in the alert name?