NOT ABLE TO DOWNLOAD FILE

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: NOT ABLE TO DOWNLOAD FILE

Post by tgriep »

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?

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.txt
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?
Be sure to check out our Knowledgebase for helpful articles and solutions!
abhi321jay
Posts: 69
Joined: Mon May 01, 2017 1:23 am

Re: NOT ABLE TO DOWNLOAD FILE

Post by abhi321jay »

Hii please find the file
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: NOT ABLE TO DOWNLOAD FILE

Post by tgriep »

The permissions look to be set correctly.

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?
What report are you are trying to download and what format?
PDF, JPG, CSV, etc....
Be sure to check out our Knowledgebase for helpful articles and solutions!
abhi321jay
Posts: 69
Joined: Mon May 01, 2017 1:23 am

Re: NOT ABLE TO DOWNLOAD FILE

Post by abhi321jay »

Let me be clear.

I"m able to download all reports(PDF,CSV,JPG) problem is only that when i go to graph explorer then scalable performance graph there i have selected a graph for bandwidth utilization and when i"m trying to download that its not being download in CSV format only if i tried to download that in any other type its downloadable.

I think there is some other problem with scalable performance graph CSV type only. Rest is working fine.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: NOT ABLE TO DOWNLOAD FILE

Post by tgriep »

Thanks for the input. It sounds like there is an issue with the rrdtool package which is used to export bandwidth info to csv.
Can you run the following commands as root and post the output?

Code: Select all

which rrdtool
rrdtool -V
yum list installed |grep rrdtool
ls -l /tmp
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked