Code: Select all
pi@domoticzpi ~ $ monit reload
monit: The control file '/etc/monit/monitrc' must be owned by you.
[code#
set httpd port 2812 and
use address 192.168.0.184 # only accept connection from localhost
allow 0.0.0.0/0.0.0.0 # allow localhost to connect to the server and
allow admin:monit # require user 'admin' with password 'monit'
# allow @monit # allow users of group 'monit' to connect (rw)
# allow @users readonly # allow users of group 'users' to connect readonly
][/code]
What am i doing wrong, i first made a ramdisk with the wiki
So i changed "var/log/monit.log" to var/tmp/log/monit.log"
regards