Hi,
I'm attempting to schedule a command script to run on a cisco device (its a 'show' command). I managed to configure the job so it runs repeatedly. but I need the job to log to a single file and append each repeated task to the bottom of the log file.
Currently what happens is that each time the job repeats it overwrites the existing logfile which is useless. As a work around I have it emailing me each time it completes a task this is a very messy work around.
At the moment I can see 2 possible solutions.
1. find a command to append the job log each time a sh command task is run instead of overwriting the log file
2. Find a way to create a single job using a 'Delay' command within the script to repeat the tasks and hope that the results will be automatically appended to a single log file.
cheers