Page 1 of 1

Customize availability reports

Posted: Mon Feb 25, 2019 9:45 am
by evisus
Hi all.

A simple question, is it possible to customize the Nagios XI availability reports?

My intention is to make changes to the text format in the pdf generated by the report, such as increasing the font size, modifying text and adding and removing images to the report.

Thank's

Re: Customize availability reports

Posted: Mon Feb 25, 2019 11:59 am
by benjaminsmith
Hi @Evisus,

You can you use the Custom Includes component in Nagios XI to modify CSS the rules for classes/ids in the user interface.

Please take a look at the following guide and let me know if you have any specific quetions.

Nagios XI - Using The Custom Includes Component

Re: Customize availability reports

Posted: Mon Feb 25, 2019 2:52 pm
by evisus
Thanks @benjaminsmith.

I had already thought about using that component, the problem is that the pdf generated by the reports have content that can not be seen in the web view. For example the logo of Nagios XI

Re: Customize availability reports

Posted: Tue Feb 26, 2019 12:13 pm
by benjaminsmith
Hi @evisus,

You can also run and schedule the legacy availability report and this report has different format and layout. Additionally, it's also possible to schedule view/pages by selecting the hamburger menu in the upper right corner and those pages can to be sent in a PDF.

Re: Customize availability reports

Posted: Thu Feb 28, 2019 6:49 am
by evisus
Thank you!!.

I have finally found the php file that generates the file and I have managed to customize the report.

Now I can only customize the scheduled reports that are generated from a custom dashboard.

Re: Customize availability reports

Posted: Thu Feb 28, 2019 10:10 am
by benjaminsmith
Hi @evisus,
Thank you!!.
I have finally found the php file that generates the file and I have managed to customize the report.
Did you have any further questions or is it OK to close this thread?