Forum: Cfengine Help
Subject: Re: Too many cf-execd processes running
Author: daveseff
Link to topic: https://cfengine.com/forum/read.php?3,17902,17914#msg-17914

Ahh... Now we are getting somewhere. 

# cfagent -IK
 -> Making a one-time restart promise for cf-execd
 -> Executing '/var/cfengine3/bin/cf-execd' ...(timeout=-678,owner=-1,group=-1)
 -> Completed execution of /var/cfengine3/bin/cf-execd
R: cf-execd process not found
 -> Making a one-time restart promise for cf-serverd
Source /etc/rc3.d/S99nrpe for linking is absent
Source /etc/init.d/nrpe_init_cfe.sh for linking is absent


So, in my agent executor, Do I need to provide a regex pattern to find the 
process? This is my bundle as of now: 

bundle agent executor {

processes:

      "cf-execd"
         restart_class => "start_cfexecd";

commands:

      start_cfexecd::
         "${g.workdir}/bin/cf-execd";

reports:

      start_cfexecd::
         "cf-execd process not found";

}

_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to