Centreon is a network, system and application monitoring tool. Centreon is the only AIOps Platform Providing Holistic Visibility to Complex IT Workflows from Cloud to Edge.
Author Name: Francesco Usseglio Gaudi (Francesco Usseglio Gaudi)
Original Redmine Issue: 5908, https://forge.centreon.com/issues/5908
Original Date: 2014-10-24
Hi,
I had incomplete graphs (the bottom line was missing).
I have checked the class centreonGraph.class.php in the displayImageFlow() function.
At line 1288 the setHeaders use strlen but this function returns bad image size (shorter).
I have changed the strlen to mb_strlen($str,'8bit') and now i have correct image graphs size.
Author Name: Francesco Usseglio Gaudi (Francesco Usseglio Gaudi) Original Redmine Issue: 5908, https://forge.centreon.com/issues/5908 Original Date: 2014-10-24
Hi, I had incomplete graphs (the bottom line was missing). I have checked the class centreonGraph.class.php in the displayImageFlow() function. At line 1288 the setHeaders use strlen but this function returns bad image size (shorter). I have changed the strlen to mb_strlen($str,'8bit') and now i have correct image graphs size.