Forum: Cfengine Help
Subject: Re: number of cf-monitor processes
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,19125,19134#msg-19134
Showstate as you have listed will show you everything. It has now knowledge of
your promises. You will be able to look at the list for
Forum: Cfengine Help
Subject: Re: number of cf-monitor processes
Author: Authority
Link to topic: https://cfengine.com/forum/read.php?3,19125,19133#msg-19133
Your description of the functionality of the promise is the same as mine, so I
guess it's good we're reading it the same.
Took us a while,
Forum: Cfengine Help
Subject: Re: number of cf-monitor processes
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,19125,19132#msg-19132
$ cf-agent -IKf ./montest.cf
!! Process count for 'cf-monitord' was out of promised range (0 found)
I: Report relates to a promise with
Forum: Cfengine Help
Subject: Re: number of cf-monitor processes
Author: Authority
Link to topic: https://cfengine.com/forum/read.php?3,19125,19131#msg-19131
body process_select ps_owner(owner)
{
process_owner => { "$(owner)" };
process_result => "process_owner";
}
___
Forum: Cfengine Help
Subject: Re: number of cf-monitor processes
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,19125,19129#msg-19129
Please show the ps_owner body.
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
http
Forum: Cfengine Help
Subject: Re: number of cf-monitor processes
Author: Authority
Link to topic: https://cfengine.com/forum/read.php?3,19125,19128#msg-19128
I find that doubtful.
"cf-monitord"
comment => "Cfengine 3 environment monitor" ,
process_count
Forum: Cfengine Help
Subject: Re: number of cf-monitor processes
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,19125,19126#msg-19126
Likely the process name matching regular expression is matching something else.
Please show us your promise.
__