On 03 Nov 2013, at 07:25, V.Krishn <[email protected]> wrote: > Was wondering why does monit not support ? > eg. > restart program = "/etc/init.d/<service> restart" > > -- > Regards. > V.Krishn
There is "stop program" and "start program" ... if you know how to stop and how to start, you know how to restart. We may add standalone "restart" statement in the future, as some init scripts have specific restart command, but in general it shouldn't be necessary, as (stop -> start) == (restart) Regards, Martin -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
