Hi Craig & all,

Reinstalled 0.9.2RC1 and deleted all rrd files from /opt/jffnms/rrd directory.
Without fonts directory, no graph is created and even after half hour I get 
below error:

Error: RRD file "/opt/jffnms/rrd/interface-115-0.rrd" does not exist.           
rrd_graph() ERROR: 15:42:07 ERROR Graph file 
'/opt/jffnms/engine/temp/4eaff72f569ac.dat' does not exist.

        
                
        
        
                
The RRDTool files for Interface ID 115 (from Host ID 15), has not been created 
by the Poller Process yet

As soon I have added a rrdtool_font  in jffnms.conf the graphs have been 
created.


Again I had to edit manually /jffnms/conf/jffnms.conf due the fact that in 
System setup page below fields are no editable.

PHP Executable Path             
                
                

ok


                
GraphViz Neato Executable Path          
                
                

ok


                
RRDTool Executable Path         
                
                

ok


                
RRDTool Font            
                
                

ok


                
GNU Diff Executable Path                
                
                

ok


                
NMAP PortScanner Executable Path                
                
                

ok


                
FPing Executable Path           
                
                

ok


                
SMSClient for SMS via Modem             
                
                

ok


                
NTPQ Executable         
                
                

ok

I was not able to clone jffnms from git ...

git clone git://jffnms.git.sourceforge.net/gitroot/jffnms/jffnms
Cloning into jffnms...
warning: You appear to have cloned an empty repository.


Editing lib/gui.inc.php with your patch have fixed the refresh issue. :-)
> -    $Profiles->update($_SESSION['auth_user_id'], $tag, $set_value);
> +    $ProfilesValues->modify($_SESSION['auth_user_id'], $tag, $set_value);

In Performance page, Interface Selector will not filter hosts whatever option 
you chose.


Best Regards,
Tibi


> Date: Tue, 1 Nov 2011 09:14:00 +1100
> From: csm...@enc.com.au
> To: jffnms-users@lists.sourceforge.net
> Subject: Re: [jffnms-users] JFFNMS 0.9.2RC1
> 
> 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
                                          
------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to