On Mon, Oct 31, 2011 at 04:09:24PM +0200, Tiberiu Vicol wrote:
>    Just tested, without rrd Fonts directory and no graphs are created. I
>    think that default package should come with this directory and a dummy
>    font file.
Are you saying that if you have the fonts there it works and if not it
doesn't?  The code checks for the precence of the font file and if it
cannot find it then doesn't try to use it.  I've tested it here so
curious about what is going on.

>    I don't know if it helps, but Time Span is working fine, while Time Preset
>    will list all interfaces.
I've hunted down this problem and its fixed in git.  I wasn't passing
interface_id along but now it is.

>    Oct 31 15:43:01 jffnms CRON[22056]: (CRON) error (grandchild #22059 failed
>    with exit status 2)
OK, that's the child dying unexpectedly. You may want to run the poller
on the command line or look in the logs to see why.

>    
> http://10.1.33.25/jffnms/view_interfaces_map_list.php?source=hosts&map_id=1&map_color=00A348&mark_interface=&active_only=0&break_by_card=0&break_by_host=0&break_by_zone=1&break_by_card=0&view_type=dhtml&host_id=&sound=1&big_graph=0&only_rootmap=1&source=hosts&client_id=0&no_refresh=1&events_update=0
>    I get following error response:
>    " db_update, no table_data for table 'profiles'. "
Fixed, I was trying to update the profiles table with profiles_values
data.
Line 429 of lib/gui.inc.php:
-    $Profiles->update($_SESSION['auth_user_id'], $tag, $set_value);
+    $ProfilesValues->modify($_SESSION['auth_user_id'], $tag, $set_value);

Thanks for reporting these, it means I can fix them.

 - Craig
-- 
Craig Small VK2XLZ   http://enc.com.au/          csmall at : enc.com.au
Debian GNU/Linux     http://www.debian.org/      csmall at : debian.org
old fingerprint:     1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
NEW fingerprint:     5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to