Repository creation fails due to permissions?

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
tjloftin
Posts: 5
Joined: Wed Sep 13, 2017 12:06 pm

Repository creation fails due to permissions?

Post by tjloftin »

We get an error saying "possible permissions" as the reason....where can we look to see exaclty why it fails?

Thanks!
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Repository creation fails due to permissions?

Post by cdienger »

Check the permissions on the mount point with a ll <mountpoint> as well as the mount permissions without a mount. There should be a (rw) next to the filesystem used for repos. /var/log/messages as well as /var/log/elasticsearch/<cluster_id>.log may also have some info. Run:

tail -f /var/log/messages
tail -f /var/log/elasticsearch/<cluster_id>.log


while trying to add the repo and note anything logged at this time.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked