Monit daemon - error connecting to the monit daemon

Techie picture Techie · Jan 28, 2015 · Viewed 17.5k times · Source

I installed monit and tried to check the status using below command.

monit status

But end up with below error.

monit: error connecting to the monit daemon

How can I fix this?

Answer

Techie picture Techie · Jan 28, 2015

edit vim /etc/monit/monitrc, starting from line 118 and uncomment below lines

 set httpd port 2812
    use address localhost  # only accept connection from localhost
    allow localhost        # allow localhost to connect to the server and
    allow admin:monit

sudo monit reload to take affect

Read more