carter
asked Oct 26 2021
Answer
vim /etc/monit/monitrc
starting from line 118 and uncomment below lines
set httpd port 2812
use address localhost # only accept connection from localhostallow localhost # allow localhost to connect to the server and
allow admin:monitsudo monit reload
linuxhelp
asked Oct 26 2021
edited Oct 26 2021
Monit daemon - error connecting to daemon
I installed monit and tried to check the status using the below command.
monit status
But it shows below error.
error connecting to the monit daemon
How can I fix this?