Page 2 of 2

Re: How to export all host disk information into CSV?

Posted: Mon Oct 25, 2021 2:39 am
by ITOPS_SPOC
Hi Benjamin,

tied doubling, tripling timeouts does not help. PDF report is still blurred.

Do you maybe know ETA of 6.0 release?

Regards, Gregor

Re: How to export all host disk information into CSV?

Posted: Mon Oct 25, 2021 1:16 pm
by ssax
The images are low quality intentionally in the PDF exports, --lowquality is set in the source code because it directly relates to size of PDF files/resources required/length of time it takes which all impact other things that the XI server is doing (monitoring your critical infrastructure). It is recommended to leave it set which I assume is why it's not currently a configurable option:

Code: Select all

/usr/local/nagiosxi/html/includes/utils-reports-export.inc.php

Code: Select all

            $opts = ' --lowquality --no-outline --footer-spacing 3 --margin-bottom 15mm --footer-font-size 9 --footer-right "Page [page] of [toPage]" --footer-left "' . get_datetime_string(time(), DT_SHORT_DATE_TIME, DF_AUTO, "null") . '"';
While we are unable to give you an ETA for when XI 6 will be released (it's based on when development determines it's ready and testing is completed), you can see our product roadmaps here:

https://www.nagios.com/roadmaps/

And follow the XI releases here:

https://www.nagios.com/downloads/nagios-xi/change-log/

Thank you!