Re: Multiple 'every' clauses not working as expected

Lutz Mader <[email protected]> Fri, 1 Jan 2021 23:45:12 +0100
Newsgroups gmane.comp.monitoring.monit.general
Message-ID <[email protected]>
Hello Aaron,
you are using a variant of a statement multiple times, the last one will
be used therefor. See
https://mmonit.com/monit/documentation/monit.html#SERVICE-POLL-TIME for
some more information.

But, if you use "every 2 cycles" in a service, all services depends to
this service are checked every two cycles too.

But you can use "every" ony once in a service definition.

With regards,
Lutz