Here is what I want to achieve:
We have a server that hosts tomcat services. I want to monitor a service, and if that service, or server restarts then I want to montior a log file (always same name - but changes at midnight). If a particular string is not found after 5 minutes, I need it to email service not started. If the string is found I need it to email service started correctly. After this time, I do not need to monitor the log file.
Shaun Scott