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
How to export all host disk information into CSV?
-
ITOPS_SPOC
- Posts: 12
- Joined: Wed Sep 29, 2021 3:21 am
Re: How to export all host disk information into CSV?
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:
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!
Code: Select all
/usr/local/nagiosxi/html/includes/utils-reports-export.inc.phpCode: 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") . '"';https://www.nagios.com/roadmaps/
And follow the XI releases here:
https://www.nagios.com/downloads/nagios-xi/change-log/
Thank you!