[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Other possible cfengine weak areas?
From: |
Brendan Strejcek |
Subject: |
Re: Other possible cfengine weak areas? |
Date: |
Thu, 22 Jan 2004 13:51:23 -0600 |
User-agent: |
Mutt/1.3.28i |
Jamie Wilkinson wrote:
> I use a combination of processes: and shellcommands to check if the
> daemon is running, and if not define a class to restart it and do a
> chkconfig on.
Why do you need shellcommands? processes seems to be enough for me.
processes:
any::
"^root.*/usr/sbin/sshd$"
restart "/etc/init.d/ssh start"
syslog=on inform=on
Re: Other possible cfengine weak areas?, Jamie Wilkinson, 2004/01/22
Re: Other possible cfengine weak areas?, David Douthitt, 2004/01/22