> control: > MailQueueCount = ( ExecResult(find /var/spool/mqueue -type f -name 'q*' > | wc -l ) > > classes: > MailqueOverLimit = ( ReturnsZero(/usr/bin/test $(MailQueueCount) -ge > 12) ) > > Warning; completely untested, but it hopefully indicates the way I > was thinking. Mark, does this mean that boolean operations would be a > good idea in cfengine?
I don't know what you mean by a boolean operation. M _______________________________________________ Help-cfengine mailing list Help-cfengine@gnu.org http://lists.gnu.org/mailman/listinfo/help-cfengine