Re: [jffnms-users] Polling every 24hrs

2005-02-14 Thread Javier Szyszlican
Jade, You can keep track of when it was polled by looking at the Last Polled Field. Javier [EMAIL PROTECTED] wrote: Easy enough... mysql> UPDATE hosts SET poll_interval=86400 WHERE id=105; ... mysql> SELECT poll_interval FROM hosts WHERE id=105; 86400 We'll see how this works out. Thanks for the

RE: [jffnms-users] Polling every 24hrs

2005-02-14 Thread JDeane
Easy enough... mysql> UPDATE hosts SET poll_interval=86400 WHERE id=105; ... mysql> SELECT poll_interval FROM hosts WHERE id=105; 86400 We'll see how this works out. Thanks for the tip! Regards, Jade -Original Message- From: Javier Szyszlican [mailto:[EMAIL PROTECTED] Sent: Monday, F

RE: [jffnms-users] merging rrd files

2005-02-14 Thread johan
thx Darren, then I will try to keep it in two database with two interface. I was looking into rrdtool dump, to generate xml-files, but at the moment there are in the two rrd-directorys 7300 files each, so it would take too much time to generate one xml file of each to reset it to one rrdfile. thx

Re: [jffnms-users] Polling every 24hrs

2005-02-14 Thread Javier Szyszlican
Hi Jade, You could just edit the db to put the number of second you want your interface polled every. Look for the poll_interval field in the interfaces table. The drop down goes only to the values I put in. I'll include the values you need in 0.8.1. Let me know if it worked. Javier [EMAIL PROT

RE: [jffnms-users] merging rrd files

2005-02-14 Thread Darren Gibbs
Johan. It's next to impossible, as I found out when I moved hosts to a different IP address. JFFNMS allowed me to just change the source IP from within the program, and maintain my data - Cacti was a different matter. I tried for weeks to figure out how to merge rrd files, and just gave up. There

RE: [jffnms-users] Polling every 24hrs

2005-02-14 Thread JDeane
In this case, hosts in question are disaster recovery ISDN only routers. We're triggering a dial to grab config, and validate if the device is still alive, nothing more. Tracking interfaces on said routers isn't on the agenda. Jade -Original Message- From: [EMAIL PROTECTED] [mailto:[E

[jffnms-users] Polling every 24hrs

2005-02-14 Thread JDeane
Can anyone suggest a method for polling a host/interface every 24hrs? I see by default the max is 60min. Regards, Jade --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users

Re: [jffnms-users] No interface found error

2005-02-14 Thread Javier Szyszlican
Hi Chris, When you add hosts to JFFNMS, they are empty, you have to populate them with interfaces, that can be done Manually, or automatically. Manual: in the same Hosts screen that you use to add the hosts, you should choose the drop-down option "Manual Discovery" and then click on the -> icon.

[jffnms-users] No interface found error

2005-02-14 Thread Chris Coates
I just began testing JFFNMS, and am not at all familiar with it. I am running 0.7.9 on a W2K server and trying to monitor a mix of W2K and W2K3 servers.   I got it JFFNMS running, and created the Zone and Customer. The scheduled tasks are all configured and running. I added 5 servers for monitori

Re: [jffnms-users] tools

2005-02-14 Thread Javier Szyszlican
No Problem. Please try this patch, and I hope it will work in every scenario. Javier Eugene Turovsky wrote: Sorry for my importunity :-), but from another one view (Performance) fetching doesn't work ("Performance" button in top menu,"Interface Selector", from performance view button "tools"). Th

Re: [jffnms-users] tools

2005-02-14 Thread Eugene Turovsky
Sorry for my importunity :-), but from another one view (Performance) fetching doesn't work ("Performance" button in top menu,"Interface Selector", from performance view button "tools"). The same error. Kind regards, Eugene Turovsky Hi Eugene, You were right. I fixed that now too. Please restore

Re: [jffnms-users] tools

2005-02-14 Thread Javier Szyszlican
Hi Eugene, You were right. I fixed that now too. Please restore the old patch and try with this one. Thanks, Javier Eugene Turovsky wrote: Hi Javier, Patch works, but not entirely. In case when I have 2-workplace view (like maps&events and so on) it works. If I have only 1 workplace (like hosts o

Re: [jffnms-users] tools

2005-02-14 Thread Eugene Turovsky
Hi Javier, Patch works, but not entirely. In case when I have 2-workplace view (like maps&events and so on) it works. If I have only 1 workplace (like hosts or performance view), it doesn't work with error:"Error: frame.show is not a function". Kind regards, Eugene Turovsky Hi Eugene Please try

Re: [jffnms-users] tools

2005-02-14 Thread Javier Szyszlican
Hi Eugene Please try this patch and let me know if it works under a frame now. I tested it here under Firefox and IE with a frame and a popup and it worked. Javier Eugene Turovsky wrote: Hi, JFFNMS ver. 0.8.0-rc1. Tools don't work properly. When Tools was launched from interface pop-up menu it work

[jffnms-users] sms alerts in jffnms

2005-02-14 Thread ChakraPani
hello javier > > I have been using jffnms to monitor my network from > past 4 months > the mail alert is working fine kindly send me a > documentation on > configuring sms alerts in jffnms > ___

Re: [jffnms-users] Interface utilization

2005-02-14 Thread Javier Szyszlican
Hi Yaan, You should use the rrdtool_fetch_ds function in rrdtool.inc.php to fetch the input and bandwidthin DSs so you can calculate the utilization. Hope that helps. Javier Yann Algayon wrote: Hello I want to know the utilization percentage of an interface in a script. I looked in the API (inter

Re: [jffnms-users] manual discovery

2005-02-14 Thread Javier Szyszlican
Thanks, I've added that and it will be released with 0.8.0 Thank you very much. Javier Eugene Turovsky wrote: Hi Javier, sorry for little confusing in previos message: "ENDOFMIBVIEW: end of mib view" is protocol answer (i saw it by tethereal). But output from command snmpwalk (from package net-snm

Re: [jffnms-users] merging rrd files

2005-02-14 Thread alex
Quoting johan <[EMAIL PROTECTED]>: > Javier, > > do you know how to merge rrd-files. I have had some problems where > i > have old graphs and new graphs now, with two directories, two > databases. > one rrd-dir with files before 11/2, one after. Now I want to merge > those. They have exactly the s

[jffnms-users] Interface utilization

2005-02-14 Thread Yann Algayon
Hello I want to know the utilization percentage of an interface in a script. I looked in the API (interface and rrd) but I didn't see a function doing this. Is there a function like interface_utilization($interface_id) that would return this percentage? Yann Algayon -

[jffnms-users] merging rrd files

2005-02-14 Thread johan
Javier, do you know how to merge rrd-files. I have had some problems where i have old graphs and new graphs now, with two directories, two databases. one rrd-dir with files before 11/2, one after. Now I want to merge those. They have exactly the same name. You ever tried that ? Greetings, Johan