Currently the dependency between services is soft - start/stop/restart actions are cascaded correctly per dependency chain, but the child service doesn't hard depend on parent service. We'll add hard dependency in the future.
You can use -v option to see detailed monit actions sequence in log. Martin On Jan 11, 2010, at 9:20 PM, Alex Soto wrote: > I'm trying to make a client process depend on server via a remote host, so if > the remote host is unavailable I stop to the client process, then when the > remote host is available again, the client processes are started. > > Does anyone know of an example to do that? In my tests it doesn't seem like > you can get the client processes to be affected when the remote host is > unavailable. > > Alex > > > > -- > To unsubscribe: > http://lists.nongnu.org/mailman/listinfo/monit-general -- To unsubscribe: http://lists.nongnu.org/mailman/listinfo/monit-general
