Forum: Cfengine Help
Subject: Re: verify service running
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,19200,20956#msg-20956
There is an overlap in configuration management and monitoring but there is
also a difference. Monitoring reports trouble. Configuration manage
Forum: Cfengine Help
Subject: Re: verify service running
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,19200,20862#msg-20862
Only if the class sshd_reconfigured is defined. Cfengine passes through each
bundle three times to account for ordering and new class definition
Forum: Cfengine Help
Subject: Re: verify service running
Author: hharun
Link to topic: https://cfengine.com/forum/read.php?3,19200,20861#msg-20861
Correct me if I am wrong..
With this code:
> files:
>"/etc/ssh/sshd_config"
> copy_from => my_scp("$(sys.workdir)/conf/sshd"),
>
Forum: Cfengine Help
Subject: Re: verify service running
Author: demostat
Link to topic: https://cfengine.com/forum/read.php?3,19200,19208#msg-19208
Hi,
My two cents, an example for debian...
if listed service-s (ssh, ntp, etc) are not running, start them
vars:
debian::
"servic