Re: Question about check priority

Lutz Mader <[email protected]> Thu, 26 Aug 2021 22:54:41 +0200
Newsgroups gmane.comp.monitoring.monit.general
Message-ID <[email protected]>
Hello Carlos,
have a look to the monit log file, this should give some useful information.

> My question is:
> 
> I am seeing workers being killed after 2 cycles.
> Is it intentional as the check on group unicorn_myapp is in some kind overwriting the later ones?
> 
> What I may be missing?

The group is used for commands only, the group does not define
additional or implicit options.
The worker are killed by the master restart, I think. You could check
this in the monit log file.

With regards,
Lutz