Xymon Mailing List Archive search

PDF Reports (SOLVED, with slight bug...)

list Thomas Séglard
Thu, 11 Mar 2010 11:01:16 +0100
Message-Id: <user-4eb0da919640@xymon.invalid>

Hi Vadim,

first, I'm really happy that you got your graphs :) If I remember well, I've done this modification to remove the alpha-transparency layer which prevented graphs to show within reports !!! I will do a rollback and remove this part of the code. I will try to release a new version as soon as I can but I want to add additional pie charts on the second page before.

Then for your case problem, that's normal. When you enter the name of a server into the field "Hostname" a conversion to lower-case is done. I made this decision to avoid errors when you type server names. You can change this behaviour by editing the file $PDFHOME/include/config.inc.php. Go to line 73 and comment : $srvname = strtolower(trim($nmsrv)) ; . Next, modify the line just before this one to replace the variable name : $nmsrv = $_POST['nom'] ; will become $srvname = $_POST['nom'] ;

Please tell me if this is working for you and I will add a checkbox or configuration item somewhere :)

It's a long time since I haven't worked on the reports. It's good to see that people are using them :) Thus, please feel free to give me some feedbacks or new ideas.

Regards,

Thomas Séglard


user-ddebaeecde97@xymon.invalid a écrit :
Hello;

My bb-hosts file, and the includes that it uses, contain hosts which are sometimes required to be in UPPER-case characters.  I've noticed that whenever I try to pull up a PDF for these, the graphs do not display.  
I was able to confirm that the PNG files are being created with the proper UPPER case names, but the reports are showing them in lowercase. (I.e., "Monitoring report client-1" instead of "Monitoring report CLIENT-1")

Thank you,

.vp

On another note, does anyone know how I can convert my companies logo (in JPEG format) to PNG? For some reason TCPDF does not show my company logo, but does work for the sample_logo.png.
      
Nevermind, used 'convert my_company_logo.jpg my_company_logo.png' and that worked like a charm.

These reports look awesome.

Thanks all!


.v