Open eschoeller opened 1 year ago
Hi,
Thanks for raising but I am not sure this can be an out of the box experience for stadalone merlin installs.
The error encountered is most likely due to user in the mon commands not having write permissions on the cfg file.
Yea, the issue is that thruk ships with this symlink as part of it's package from EPEL and the symlink can't be sync'd with rsync running as the naemon user, which is what the mon
command is using. I ended up having to remove the symlink and just copying the file over and setting the permissions that would work with what the mon command was trying to accomplish. I don't think this is the best long-term fix though.
I'm on RHEL8 using recent RPMs from consol labs. I've got many years of experience with Naemon/Merlin, but this is the first time I'm trying to use the
mon
command. I'm sure I can find a way to work-around this, but since this is the 'out-of-the-box' experience ... I figured I'd report it.