Search found 1 match

by Wing
Friday 18 March 2016 17:58
Forum: Other questions and discussions
Topic: trouble installing monit!
Replies: 14
Views: 6594

Re: trouble installing monit!

try this:

set httpd port 2812
use address 192.168.1.1 # only accept connection from localhost
allow localhost 192.168.1.1/255.255.255.0 # allow localhost to connect to the server and
allow admin:monit # require user 'admin' with password 'monit'
# admin @monit # allow users of group 'monit' to ...