| Monit Setup steps: | ||
|---|---|---|
| 1 | get monit from http://www.tildeslash.com/monit/dist/monit-4.10.1.tar.gz | |
| 2 | run command tar zxvf monit-4.10.1.tar.gz | |
| 3 | cd monit-4.10.1 | |
| 4 | ./configure --prefix=/home/accountname | |
| 5 | make | |
| 6 | make install | |
| 7 | cd ~ | |
| 8 | touch monitrc | |
| 9 | nano -w monitrc | |
| 10 | paste content | |
| 11 | save file using ctrl+x,y and enter | |
| 12 | monit -d 300 | |