blob: 1e292b099adbe037c109079a197b09a9225545dc (
plain)
1 README for monit
2
3 POST-INSTALL
4
5 Edit monitrc control file as you need (/usr/etc/monitrc)
6
7 Also, monit can run and be controlled from init.
8 If monit should crash, init will re-spawn a new monit process.
9 To setup monit to run from init, you can use the 'set init' statement
10 in monitrc and then edit your /etc/inittab as:
11
12 # Run monit in standard run-levels
13 mo:2345:respawn:/usr/bin/monit -Ic /usr/etc/monitrc
|