> I get this error when adding -v starting monit > monit: Cannot connect to the monit daemon. Did you start it with http support?
Monit command line contacts the main monit process via the http interface, and in your case it cannot reach it. So, either the main monit process is not running, or it is unreachable through the network. I suspect that you need to add "allow localhost" directive to the "set httpd" section. By the way, this is a wrong maillist (your problem has nothing to do with mongrel), here is a better place to ask questions about monit: http://lists.nongnu.org/mailman/listinfo/monit-general -- Alexey Verkhovsky CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com] RubyWorks [http://rubyworks.thoughtworks.com] _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
