[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Checking for mutually exclusive processes
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Checking for mutually exclusive processes
- From: Daniel Hartmeier <daniel (at) benzedrine.cx>
- Date: Thu, 11 Jun 2009 15:01:32 +0200
- References: <200906101529.09221.stef.coene (at) docum.org> <E38DCD6606C55F499A4125611AB8D99606FE0397 (at) cvsexbpd2.Corp.CVS.com> <027D0CFA48C98F4B87D51D40F36DE427031120FA (at) ltivw-p-ml01.LIFETOUCH.NET> <E38DCD6606C55F499A4125611AB8D9960703D5CC (at) cvsexbpd2.Corp.CVS.com>
- User-agent: Mutt/1.5.12-2006-07-14
On Thu, Jun 11, 2009 at 08:50:02AM -0400, Brand, Thomas R. wrote:
> Given ProcessA and ProcessB,
> If ProcessA is running AND ProcessB is running
> then YELLOW
> else
> if ProcessA is NOT running AND ProcessB is NOT running
> then YELLOW
> else GREEN
>
>
> ProcessA and ProcessB are mutually exclusive; one OR the other must
> be running, but not BOTH.
PROC %(ProcessA|ProcessB) 1 1 yellow
Daniel