Hello,
I use monit on FreeBSD.
So far, so good but now I want to go in production so I have to drop the passwords in config file like :
On Linux I would use :
Where monit-users is a system group and use pam for authentification.
But no pam.d/monit config file is provided with monit package.
All I get when I try to use groups is syntax error.
I tried different pam config but I dont know if my configs are wrong or I just cant use groups on Freebsd.
Does someone already solved this ?
PS : I tried also md5 and same syntax error
So I removed the package and tried with the port in case this were options not selected and there is no options for this port
I use monit on FreeBSD.
So far, so good but now I want to go in production so I have to drop the passwords in config file like :
allow monit:test
On Linux I would use :
allow @monit-users
Where monit-users is a system group and use pam for authentification.
But no pam.d/monit config file is provided with monit package.
All I get when I try to use groups is syntax error.
I tried different pam config but I dont know if my configs are wrong or I just cant use groups on Freebsd.
Does someone already solved this ?
PS : I tried also md5 and same syntax error

So I removed the package and tried with the port in case this were options not selected and there is no options for this port
