Open
Description
To get this working, I had to add sensu
user to the adm
group so that I can address /var/log/auth.log
. But for some reason I started to get Permission Denied for /var/cache/check-log/.../var/log/auth.log. I had to give chmod 777
access (without -R) to /var/cache/check-log/.../var/log/auth.log
to get it to work. Ideally adding sensu
user to root
group should have done the trick.
Please help me solve this issue without having to do chmod on /var/cache/check-log/.../var/log/auth.log
.