Hello.
I`ve created custom sensor on .vbs
I need to separate resulted message in
Wscript.echo "<LimitErrorMsg>" Wscript.echo "variable" Wscript.echo "</LimitErrorMsg>"
with new line.
For this I added vbCrLf in needed placec:
variable = "[File "&fileCount &" name = "& objFSOFolderFile.Name & vbCrLf & "; Difference = " & datDiff & " minutes]; "& vbCrLf &""
When I check it via .vbs file running - separation working fine but result in PRTG, which i Recieve to my maibox, without separations.
Is there any sollutions to make ErrorMessage with separator = new lines (same as vbCrLf)?
Add comment