RE: [jffnms-users] Font in graphs

2006-02-07 Thread Broeken, Marco
Ok javier, but i cannot dfind any option somewhere to change to use php gd or external, Can you give me some clue ? Met vriendelijke groet, Marco Broeken Netwerkbeheer email: [EMAIL PROTECTED] VECOZO Emma Goldmanweg 4b 5032 MN Tilburg tel : +31 (0)13 4625 648 fax : +31 (0)13 4625 640

Re: [jffnms-users] Cached memory

2006-02-07 Thread Jean-Philippe Luiggi
Hello Javier, Here's a 'top' output : Mem: 1035332k total, 933816k used, 101516k free,87632k buffers Swap: 1044184k total, 5316k used, 1038868k free, 422428k cached Then a snmpwalk : UCD-SNMP-MIB::memIndex.0 = INTEGER: 0 UCD-SNMP-MIB::memErrorName.0 = STRING: swap UCD-SNMP-MIB

[jffnms-users] Question about a particular serial device

2006-02-07 Thread Joshua Sidwell
Hello, we have had a problem with only one device.  We are able to receive information on all serial devices except one which we are vpning into to gain access to the private mpls network.  Does anyone know why this may be?  What configuration information/rrd info will be helpful in diagnosi

[jffnms-users] Discovering Network

2006-02-07 Thread Dian Pratama
Hi! I managed to install the latest JFF version, it is Pretty nice and quite complete, I install it without Problems, however few things still not working 1. Network Discovery I created the zone, enter di network CIDR seeds, set the it to allow network discovery every hour,

Re: [jffnms-users] Alarmed Interfaces in Error

2006-02-07 Thread Javier Szyszlican
Try to find any corruption on your alarms or events table with myisamchk An event become the UP event of a Down alarm when the Event Type and Interface ID matches. Javier [EMAIL PROTECTED] wrote: By what method are alarmed interface down events matched with the corresponding up event? I h

Re: [jffnms-users] Cached memory

2006-02-07 Thread Javier Szyszlican
We use the HostMIB tree (host) not the UCD-SNMP-MIB tree. Because HostMIB works across different OSs. Javier Jean-Philippe Luiggi wrote: Hello Javier, Here's a 'top' output : Mem: 1035332k total, 933816k used, 101516k free,87632k buffers Swap: 1044184k total, 5316k used, 1038

Re: [jffnms-users] Discovering Network

2006-02-07 Thread Javier Szyszlican
Please, read the list archives. Javier Dian Pratama wrote: Hi! I managed to install the latest JFF version, it is Pretty nice and quite complete, I install it without Problems, however few things still not working 1. Network Discovery I created the zone, enter di network CIDR seeds,

Re: [jffnms-users] Question about a particular serial device

2006-02-07 Thread Javier Szyszlican
You may want to check which Bandwidth is configured on the interface, I know Tunnel interfaces tend to have low values and then RRDTool trim the data to fit the MAX (bandwidth). Javier Joshua Sidwell wrote: Hello, we have had a problem with only one device. We are able to receive information

[jffnms-users] SNMP Trap Receivers - Warning: call_user_func_array()

2006-02-07 Thread Praveen Kumar
Hi, Thanks for this wonderful tool. grep  'function select_backends' -Rl jffnms/* gives me nothing. I downloaded jffnms-0.8.2.tar.gz recently. Is a file containing that function missing. I get a warning like this. Warning: call_user_func_array() [function.call-user-func-array]: Fi

[jffnms-users] Re: SNMP Trap Receivers - Warning: call_user_func_array()

2006-02-07 Thread Praveen Kumar
I changed     "select_backends"to     "select_pollers_backend" in     htdocs/admin/adm/structures.php Now, I get the backends dropdown.  Is poller backends same as receiver backends? Thanks, Praveen. On 2/8/06, Praveen Kumar <[EMAIL PROTECTED]> wrote: Hi, Thanks for this wonderful tool.