Cannot save perf graphs after 5.6.3 upgrade

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Cannot save perf graphs after 5.6.3 upgrade

Post by dlukinski »

Hello XI support

We cannot save perf graphs after 5.6.3 upgrade with the following error:

"Couldn't create temporary file. Check that the directory permissions for the /temp directory are set to 777."

Please help, this is not OK
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: Cannot save perf graphs after 5.6.3 upgrade

Post by dlukinski »

dlukinski wrote:Hello XI support

We cannot save perf graphs after 5.6.3 upgrade with the following error:

"Couldn't create temporary file. Check that the directory permissions for the /temp directory are set to 777."

Please help, this is not OK
Fixed this one
optionstechnology
Posts: 234
Joined: Thu Nov 17, 2016 11:26 am

Re: Cannot save perf graphs after 5.6.3 upgrade

Post by optionstechnology »

Can you say how? I have the same issue
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Cannot save perf graphs after 5.6.3 upgrade

Post by lmiltchev »

@optionstechnology, try modifying the permissions on the temp folder by running:

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
to see if this is going to fix your problem.

@dlukinski, let us know if you fixed the issue the same (or some other) way. Thanks!
Be sure to check out our Knowledgebase for helpful articles and solutions!
optionstechnology
Posts: 234
Joined: Thu Nov 17, 2016 11:26 am

Re: Cannot save perf graphs after 5.6.3 upgrade

Post by optionstechnology »

well it definitely fixed it for me! thanks
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Cannot save perf graphs after 5.6.3 upgrade

Post by lmiltchev »

Great! I am glad I could help!

Since both issues have been resolved - yours, and the original one, I will be locking this topic. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked