Example: Run the amagent plugin every hour on the hour
type=”hour”, repeat=1, minute=0, cmd=”start amagent”
Example: Run the amagent every day at 2:30 p.m.
type=”day”, repeat=1, hour=14, minute=30, cmd=” start amagent”
Example: Run the amagent when CAF starts up and thereafter every day at a random time between 1:00 a.m. and 2:30 a.m. except on a weekend
type=”day now random”, hour=1, minute=0, randomminutes=90, excludedays=”saturday sunday”, cmd=” start amagent”
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|