Re: Neither success nor failure?

Lutz Mader <[email protected]> Tue, 25 Mar 2025 18:12:57 +0100
Newsgroups gmane.comp.monitoring.monit.general
Message-ID <[email protected]>
Based on the monit documentation, see
https://mmonit.com/monit/documentation/monit.html#SERVICE-POLL-TIME

Services are checked regularly in an interval defined by the set daemon
n statement. Checks are performed in the same order as they are written
in the .monitrc file, except if dependencies are setup between services,
where pre-requisite services are tested first.

Lutz