Hi,
Great program!
I am doing some server monitoring. I have a job set up to ping an IP every 5 minutes. I am logging this in a txt file. On failure I want to run another job that will ping the server every 1 minute. When the 1st jog gets a successful result I want to stop the second job. The second job will be writing to a different txt file.
Should I do this in 1 job(how) or another job completely(again how)
I can set up the basic stuff but I am a little confused on this situation.
Thanks, Marty