I keep getting emails containing the following from cf-execd:

 -> No signals to send for cf-execd
 -> No signals to send for cf-serverd

Is there a way to stop these being sent? I only want to be told about things
that have changed. These are processes that are already running so no change
is required.

I have these defined:

bundle agent executor {
  processes: "cf-execd"
    restart_class => "start_cfexecd";

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

bundle agent server{

  processes: "cf-serverd"
    restart_class => "start_cfserverd";

  commands:
    start_cfserverd::
      "${g.bindir}/cf-serverd";

}


I'm running v3.0.3.


Thanks

Simon
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to