views:

22

answers:

0

Hi,

I'm looking for some open source software that can handle the execution of jobs in dependency of each other in a Unix environment (linux and solaris). It should "just" be able to run plain unix processes (no network load-balance remote voodoo needed).

E.g. I define a bunch of jobs and want to be able to chain them together with dependencies on the returncode of the predecessor-job or the presence of a (flag)file or some point in time.

It should provide logging of what and when executed, and some gui for editing job-dependencies would be nice.

I also need the ability to kick of the processing of each job or of a "stream of jobs" by shell manually.

Any recommendations?

Thanks in advance.