This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Line Break not working in execute external program

Hi All,

I am trying to use line break(${CrLf}) in execute external program but it is working for first 2 rows and not working for the remaining. Is there way how can we use perfect line break.

Input:

E:\telalert\telalertc -g ${N=SwisEntity;M=Node.CustomProperties.Contact_Groups}  -m  Severity = ${N=Alerting;M=Severity}${CrLf} Environment = ${N=SwisEntity;M=Node.CustomProperties.Asset_Environment}${CrLf} Alert Name = ${N=Alerting;M=AlertName}${CrLf} Object Type = ${N=Alerting;M=ObjectType}${CrLf} Message = ${Caption} on ${NodeName} has availablespace of ${N=SwisEntity;M=VolumeSpaceAvailable} -host ABCD

Output:

Severity = Critical

Environment = Prod

Alert Name = Critical Windows Volume Alert  Object Type = Volume  Message = C drive on nzaws server has availablespace of 28.1 G