- changed status to resolved
If we try to stop service A, all services that depend on service A are stopped before stopping service A. That's expected.
When we start service A, any services that A depends on should be started. But monit also starts all the services that depend on A too.
so if the dependancy as A depends on B, B depends on C and D. Then starting B starts everything.
Is there a way to disable this so that a "monit start B" will only start C, D and B in that order and not start A at all??
Fix Issue
#248: Don't cascade start action to dependant services if only parent start was requested.→ <<cset 2559fe7c5f63>>