Hi
Is there anyway to get multiple results from an application template to appear in the same alert. I have the following at the moment:
====================================================================
The affected application is ${ApplicationName}
The Process ${ComponentName} is currently ${ComponentStatus}
Link to the application:
172.18.21.106/.../ApplicationDetails.aspx
Link to the device:
172.18.21.106/.../NodeDetails.aspx
====================================================================
In the Application I have 3 processes being monitored (IMASRV, SPOOLSV and CTXSMA). We currently get this output:
====================================================================
The affected application is Citrix Desktop/Application
The Process "Citrix SMA Service" is currently Up
Link to the application:
http://xxx.xxx.xxx.xxx/Orion/APM/ApplicationDetails.aspx?NetObject=AA:202
Link to the device:
http://xxx.xxx.xxx.xxxOrion/NetPerfMon/NodeDetails.aspx?NetObject=N:612
====================================================================
I would like to list it out as below (basically listing out all services monitored):
====================================================================
The affected application is Citrix Desktop/Application
The Process "Citrix SMA Service" is currently Up
The Process "Printer Spooler" is currently Up
The Process "IMA Service" is currently Up
Link to the application:
http://xxx.xxx.xxx.xxx/Orion/APM/ApplicationDetails.aspx?NetObject=AA:202
Link to the device:
http://xxx.xxx.xxx.xxxOrion/NetPerfMon/NodeDetails.aspx?NetObject=N:612
====================================================================
Has anyone been able to make this happen? Any Hints, tips or ideas would be gratefully recieved
Chris Ainger