I have a unix script monitor. I want some of the output of the script to be in the notification emails but i can't figure out how to reference it. The script output looks like
Statistic.downCount: 42
Message.downCount: useful info
How do i get the "useful info" from the `Message.downCount` output line into the notification email body?