thanks Craig, it worked already. I did some tricks with rrdtool and then
polling worked and the graphs were viewed. then I had another issue,
which was here discussed in the group, concerning the version of
php5.3.3, where the contents of certain tabs were not viewable, like
autodiscovery, zones, etc.. I also had the idea that the version of php
ate my memory. I fixed this with downgrading php to 5.2.10
dpkg -l | grep php
sed s/lucid/karmic/g /etc/apt/sources.list | sudo tee
/etc/apt/sources.list.d/karmic.list
sudo nano /etc/apt/preferences.d/php
Package: php5
Pin: release a=karmic
Pin-Priority: 991
sudo apt-get update
sudo apt-get install php5=5.2.10.dfsg.1-2ubuntu6
php5-dev=5.2.10.dfsg.1-2ubuntu6 php-pear=5.2.10.dfsg.1-2ubuntu6
php5-cgi=5.2.10.dfsg.1-2ubuntu6 php5-cli=5.2.10.dfsg.1-2ubuntu6
php5-common=5.2.10.dfsg.1-2ubuntu6 php5-curl=5.2.10.dfsg.1-2ubuntu6
php5-gd=5.2.10.dfsg.1-2ubuntu6 php5-mcrypt=5.2.10.dfsg.1-2ubuntu6
php5-mysql=5.2.10.dfsg.1-2ubuntu6 php5-pgsql=5.2.10.dfsg.1-2ubuntu6
Good luck with the new version.
Greetz,
Johan
On 08-12-10 23:38, Craig Small wrote:
On Wed, Dec 08, 2010 at 10:51:34AM +0100, boeckx.jo...@telenet.be wrote:
i work somewhere else and try to implement it again. I have it running
(0.8.4) on ubuntu-server and Ihave problems to get the interface traffic
0.8.5 has the traffic graph fix, plus some other fixes. The problem is
in engine/graphs/traffic.inc.php where the colons are not escaped.
PHP Notice: Undefined variable: ret1 in
/opt/jffnms/lib/api.rrdtool.inc.php on line 463
Ah yes, have I had fun with loops that don't initialise variables. You
can probably ignore these messages. I think 0.8.4 had the too high error
reporting level. conf/config.php has the error_reporting() setting.
Your poller looks like its doing the right thing.
0.8.6 is actually being targeted to run silently with E_STRICT. It won't
ship with that turned on but I develop with the reporting at that level.
- Craig
------------------------------------------------------------------------------
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users