Nagios XI unable to create scheduled local auto backup.
Posted: Mon Mar 22, 2021 2:34 pm
Nagios XI unable to create auto backup "The directory is likely not writeable by user 'nagios' or group 'nagios' - check permissions."
While mysql backup is running.
Code: Select all
ls -ld /store/backups/
drwxrwxr-x. 4 nagios nagios 33 Feb 12 2016 /store/backups/
Code: Select all
ls -l /store/backups/
total 0
drwxr-xr-x. 5 root root 45 Mar 22 07:02 mysql
drwxrwxr-x. 2 nagios nagios 6 Feb 12 2016 nagiosxi
Code: Select all
du -sh *
11G mysql
0 nagiosxi
.If, I change the directory to /tmp/ then it says The directory exists and is writeable.