Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
Debian GNU/Linux 7.1 (wheezy)
Observium 0.13.8.4254
Apache 2.2.22 (Debian)
PHP 5.4.4-14+deb7u3
MySQL 5.5.31-0+wheezy1
RRDtool 1.4.7
Description
Hi,
I have installed Debian's package 'php5-rrd' version: 1.1.0-1 and it provides http://www.php.net/manual/en/function.rrd-info.php which conflicts with
html/includes/collectd/functions.php:393:function rrd_infoo($file) {
html/includes/collectd/functions.php:480: $rrdinfo = rrd_infoo($datadir.'/'.$rrdfile.'.rrd');
The result is collectd page is not displaying any graph, only the nav bar.
Renaming the function on both lines fixes the issue.
Regards,
Antoine