On Thursday 28 March 2002 06:20, TORRESANI, Roberto wrote: > I need to test a service at a specific time. > I know that I can use a plain cron for this, but, can I emulate this in > mon? > > Roberto T.
You could start mon via a script that sleeps a specific number of minutes then kills the mon script ... start it via a cron at the time you want to monitor it.... This "start it, kill it" process should work well, but I don't know that there isn't a better way... Matt
