Re: NOT ABLE TO DOWNLOAD FILE
Posted: Wed Jul 26, 2017 10:41 am
Can you login as root to the Nagios server, run the following commands and post the /tmp/ls.txt file so we can check the permissions of the files and folders on the server?
I have a few questions, in your screen capture showing the error, you are at the Home screen in the XI GUI, did you link a dashlet or a report to the home screen?
Can you go to the Reports menu, and run a report without any errors?
Code: Select all
ls -l /usr/local >/tmp/ls.txt
ls -lR /usr/local/nagiosxi >>/tmp/ls.txt
ls -lR /usr/local/nagios >>/tmp/ls.txt
df -h >>/tmp/ls.txt
df -i >>/tmp/ls.txt
sestatus >>/tmp/ls.txt
grep "date.timezone" /etc/php.ini >>/tmp/ls.txt
ls -l /etc/localtime >>/tmp/ls.txt
php -r 'echo date("D M j G:i:s T Y")."\n";' >>/tmp/ls.txt
date >>/tmp/ls.txt
echo "SELECT NOW();" | mysql -u root -pnagiosxi >>/tmp/ls.txtCan you go to the Reports menu, and run a report without any errors?