Export Host Service Tool

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mansonli
Posts: 60
Joined: Wed Aug 05, 2020 1:54 am

Export Host Service Tool

Post by mansonli »

None of TSV file can be downloaded after clicking download button as shown in screenshot attached. It occurs after upgraded from 5.4.13 to 5.7.3. How to resolve it?
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Export Host Service Tool

Post by ssax »

Did you click the Export button first?

What is the output of these commands?

Code: Select all

ls -ldh /usr/local/nagiosxi/html/includes/components/exporthostservicetool
ls -lh /usr/local/nagiosxi/html/includes/components/exporthostservicetool
ls -lh /usr/local/nagiosxi/tmp
Run this command as root (and leave it running):

Code: Select all

tail -Fn0 /var/log/httpd/error_log /var/log/httpd/ssl_error_log /var/log/apache2/error.log
Then click Export and then click Download and then send us the full output from the still running tail command above.
Locked