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:

  1. Service Name                           - $Data/Context/Property[@Name='Name']$
  2. Service Dependencies               - $Data/Context/Property[@Name='Dependencies']$
  3. Service Binary Path - $Data/Context/Property[@Name='BinaryPathName']$
  4. Service Display Name - $Data/Context/Property[@Name='DisplayName']$
  5. Service Description - $Data/Context/Property[@Name='Description']$