Hello, in some OS, you have to ask explicitely init to launch by set the variable 'startut' to true (1), when installing from packages.
It is the case under Debian, in the '/etc/default' directory. Sorry, but I do not use CentOS ... It is maybe the same thing. I spent some time myself on this problem until I found a monit file in this directory and read it... Hope it can help. regards. #> cat /etc/default/monit ---8<------------------------------------------ # Defaults for monit initscript # sourced by /etc/init.d/monit # installed at /etc/default/monit by maintainer scripts # Fredrik Steen <[email protected]> # You must set this variable to for monit to start startup=1 # To change the intervals which monit should run uncomment # and change this variable. CHECK_INTERVALS=180 ---8<------------------------------------------ -- To unsubscribe: http://lists.nongnu.org/mailman/listinfo/monit-general
