Cannot Download CSV from Perf Graph

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
optionstechnology
Posts: 234
Joined: Thu Nov 17, 2016 11:26 am

Cannot Download CSV from Perf Graph

Post by optionstechnology »

This is a follow on from https://support.nagios.com/forum/viewto ... 16&t=54608

The fix detailed in that thread-

Code: Select all

chown -R  nagios.nagios /usr/local/nagiosxi/html/includes/components/highcharts/exporting-server/temp
chmod -R  ug+rwx /usr/local/nagiosxi/html/includes/components/highcharts/exporting-server/temp
worked on all of the other graphs on the server, but one is still displaying-
Couldn't create temporary file. Check that the directory permissions for the /usr/local/nagiosxi/tmp directory are set to 775.
when I try to download
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Cannot Download CSV from Perf Graph

Post by lmiltchev »

Can you run the following command and show the output?

Code: Select all

ls -lad /usr/local/nagiosxi/tmp
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked