monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [monit] fc10 install of monit


From: Martin Pala
Subject: Re: [monit] fc10 install of monit
Date: Wed, 10 Jun 2009 19:52:36 +0300

Hi,

Fedora 10 uses Upstart, here is Monit upstart script which works in Ubuntu (stored as /etc/event.d/monit):

--8<--
start on runlevel 2
start on runlevel 3
start on runlevel 4
start on runlevel 5

stop on runlevel 0
stop on runlevel 6

exec /bin/bash -c "ulimit -c unlimited && /usr/local/bin/monit -Ic / etc/monitrc"
instance
respawn
--8<--

To start monit using upstart:

start monit


Martin



On Jun 10, 2009, at 6:39 PM, Nick Upson wrote:

in fedora core 10, adding lines to /etc/inittab is no longer effective, you can add them but they do nothing.

Is there a recommended startup script to use instead
--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general





reply via email to

[Prev in Thread] Current Thread [Next in Thread]