Hi folks,
Â
Does up.time ignore new lines (carriage return, line feed) when sending out alerts  by email?  The emails we receive have the contents of the service monitor output (i.e. “$OUTPUT$”) all in one single line.  We reviewed the service monitor script itself.  It uses wscript.echo command to produce output.  The wscript.echo adds carriage return and line feed by default so I would expect multi-lined output in the alert emails.  We have tried putting in “vbNewLine”, “vbCRLF”… etc. to the wscript.echo statement to force the new lines but without success.  Is there a way to get around this?
Â
Â
FYI.. Sample email we get…
Â
Date: 6/Dec/2013
Time: 16:15
Date & Time: 6/Dec/2013 16:15
Hostname: xxx.xxx.xxx.xxx
Host State: OK
Service: Test Service – File exists
Output: Minutes Old: 16 is less than 45 (Process returned with valid status – Total Files: 19Â Message Newest file: newfile — Largest File: oldfile (5.09K:cool:Â TotalSizeB 5212Â TotalSizeKB 5.09Â TotalSizeMB 0.005Â TotalSizeGB 0Â TotalSizeTB 0Â MinutesOld 16Â HoursOld 0Â DaysOld 0Â TotalFiles 19Â )
Â
Â