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
Cannot save perf graphs after 5.6.3 upgrade
Re: Cannot save perf graphs after 5.6.3 upgrade
Fixed this onedlukinski 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
-
optionstechnology
- Posts: 234
- Joined: Thu Nov 17, 2016 11:26 am
Re: Cannot save perf graphs after 5.6.3 upgrade
Can you say how? I have the same issue
Re: Cannot save perf graphs after 5.6.3 upgrade
@optionstechnology, try modifying the permissions on the temp folder by running:
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!
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@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
well it definitely fixed it for me! thanks
Re: Cannot save perf graphs after 5.6.3 upgrade
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!
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!