How to export all host disk information into CSV?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
ITOPS_SPOC
Posts: 12
Joined: Wed Sep 29, 2021 3:21 am

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

Post 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
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

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

Post 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!
Locked