help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cfengine Feature Wish List?


From: Andrew Stribblehill
Subject: Re: Cfengine Feature Wish List?
Date: Thu, 15 May 2003 10:03:42 +0100
User-agent: Mutt/1.5.4i

Quoting Villalovos, John L <john.l.villalovos@intel.com> (2003-05-15 00:35:47 
BST):
> My Wishlist :)
> 
> I would like to be able to use groups in the groups: section.

<aol/Me too/

I'd like to be able to chain filters together too. So for example,
have a filter for processes who've used more than 15 mins of CPU
which I can use in conjunction with others.

Example:

filters:
  { cpu_hog
  FromTTime: "accumulated(0,0,0,1,0,0)" # 1 hour
  ToTTime: "inf"
  }

  maths::
    { cpu_may_hog
    Command: "maple"
    }

  { killable
  Result: "cpu_hog.!cpu_may_hog"
  }

processes:
  "." filter=killable signal=kill

-- 
HUMBER THAMES DOVER WIGHT PORTLAND
VARIABLE BECOMING SOUTHEAST 3 OR 4. SHOWERS. MAINLY GOOD




reply via email to

[Prev in Thread] Current Thread [Next in Thread]