Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
None
-
TurnKeyLinux 14 Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u6 (2015-11-09) x86_64 GNU/Linux PHP 5.6.14-0+deb8u1 (cli) (built: Oct 4 2015 16:13:10) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies with XCache v3.2.0, Copyright (c) 2005-2014, by mOo with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies with XCache Optimizer v3.2.0, Copyright (c) 2005-2014, by mOo with XCache Cacher v3.2.0, Copyright (c) 2005-2014, by mOo with XCache Coverager v3.2.0, Copyright (c) 2005-2014, by mOo mysql Ver 14.14 Distrib 5.5.46, for debian-linux-gnu (x86_64) using readline 6.3TurnKeyLinux 14 Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u6 (2015-11-09) x86_64 GNU/Linux PHP 5.6.14-0+deb8u1 (cli) (built: Oct 4 2015 16:13:10) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies with XCache v3.2.0, Copyright (c) 2005-2014, by mOo with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies with XCache Optimizer v3.2.0, Copyright (c) 2005-2014, by mOo with XCache Cacher v3.2.0, Copyright (c) 2005-2014, by mOo with XCache Coverager v3.2.0, Copyright (c) 2005-2014, by mOo mysql Ver 14.14 Distrib 5.5.46, for debian-linux-gnu (x86_64) using readline 6.3
Description
Observium appear to be polling my devices, but the graphs are not shown. If i look in the source for a page, and use the url for a graph adding &debug=1 to the end i get a lot of text apparently following the dcreation of the graph along with some warnings like :
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /opt/observium/includes/definitions.inc.php on line 419
Warning: fclose(): 13 is not a valid stream resource in /opt/observium/includes/rrdtool.inc.php on line 75
I have tried to disable these warnings on php.ini but without result
I just tested and the version is the same as the current version. CE 0.15.6.6430 I even downloaded the community edition and diff with the version installed. The only differences are in the config and the directories that are created on installation, ahh and a change to try to eliminate some of the errors
~/observium# diff . /opt/observium/ -r
{ $config['ignore_common_subnet'][$index] = Net_IPv6::uncompress($content); }diff -r ./config.php /opt/observium/config.php
— A bunch of configuration options copied and ajusted from the defaults
diff -r ./includes/definitions.inc.php /opt/observium/includes/definitions.inc.php
347c347
< if (strstr($content,':') !== FALSE)
—
{ $config['ignore_common_subnet'][$index] = @Net_IPv6::uncompress($content); }> if (strstr($content,':') !== FALSE)
Only in /opt/observium/: logs
Only in /opt/observium/: rrd
Apparently they updated the image somewhat recently : New TurnKey Observium version (14.0) 15th Sep, 2015