Re: [jffnms-users] Another name?

2004-11-17 Thread Craig Small
On Wed, Nov 17, 2004 at 12:21:20PM -0500, Chris Hammond wrote: > Just do what I do and always call it JFFNMS. If they ask what it stands for > say, JFFNMS. :) Javier's Fire-Fighting Network Management System. -- Craig Small GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 Eye-Net C

Re: [jffnms-users] Another name?

2004-11-17 Thread Jeff van Eek
My boss calls it the "JeFF" tool. :-) Jeff On Nov 17, 2004, at 12:21 PM, Chris Hammond wrote: Just do what I do and always call it JFFNMS. If they ask what it stands for say, JFFNMS. :) Chris [EMAIL PROTECTED] wrote: Hi Javier, I like the system so much. But it seems not perfect when I talking a

[jffnms-users] How to use info from trap in event view?

2004-11-17 Thread Jason Humes
Hi So I've got some traps coming in and being displayed in the event view of jffnms. I'm wondering (even after reading the docs) how to get info (variable bindings?) from the actual trap sent into the event view. So, in the trap it displays as IP address as the source of an authentication failure

Re: RE : RE : [jffnms-users] Where to load mibs for trap interpretatio n?

2004-11-17 Thread Javier Szyszlican
The complete snmp trap handling system has to be re done. I don't like the current system, its not flexible enough, I don't use SNMP traps at work (old or new), so, if someone that uses them wants to contribute, I'll accept any changes to the complete snmp trap handling system. Javier LIMA David

RE : RE : [jffnms-users] Where to load mibs for trap interpretatio n?

2004-11-17 Thread LIMA David
Others traps appear as "Unknown Events", i don't know if we can do a generic * event-snmp for unknown traps (Javier ? is the process order number for trap_varbinds managable) to create a special filter to "not show" or "only when filter" and don't full the event screen. ___

RE: RE : [jffnms-users] Where to load mibs for trap interpretatio n?

2004-11-17 Thread Jason Humes
Hi So JFFNMS will not just display any traps which are sent to that box? Only the ones defined under 'Event Analyzer - SNMP Trap Rules'...is that correct? Thanks. Jason -Original Message- From: LIMA David [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 3:55 PM To: Jason Hum

RE : [jffnms-users] Where to load mibs for trap interpretation?

2004-11-17 Thread LIMA David
Hi Jason, You cannot "just load" a mib file to the nms to handle OID translation. With JFFNMS you have to manually add the events you want to take care about, others can be ignored. If you want a graphical way to do it, you can use a mib browser. _ David LIMA P

[jffnms-users] Where to load mibs for trap interpretation?

2004-11-17 Thread Jason Humes
Hi Where do I load new mibs for the conversion of traps OID (numbers) to the name defined in the trapmib? Thanks. -- Jason --- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that comb

Re: [jffnms-users] Another name?

2004-11-17 Thread Chris Hammond
That is even better. :) Chris Kelly Hamlin wrote: Or Javier's Fantastic and Fabulous Network Monitoring System :) :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Hammond Sent: Wednesday, November 17, 2004 12:21 PM To: [EMAIL PROTECTED] Cc: [EMAIL

Re: [jffnms-users] Pix Logs "depost"

2004-11-17 Thread [EMAIL PROTECTED]
In JFFNMS, syslogs are saving in a database, you can simple create a web-front query page, and pull the data out whenever you want to see it. If you need, I can send you a link about how to do it. Daivd On Wed, 17 Nov 2004 09:43:18 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > >

RE: [jffnms-users] Another name?

2004-11-17 Thread Kelly Hamlin
Or Javier's Fantastic and Fabulous Network Monitoring System :) :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Hammond Sent: Wednesday, November 17, 2004 12:21 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [jffnms-users] Another name

RE: [jffnms-users] Pix Logs "depost"

2004-11-17 Thread JDeane
http://www.jffnms.org/docs/ext_progs.html#id2   I would stronly suggest the use of syslog-ng using a pipe to mysql, but to each their own.  Take a look at that link.  Should give you a good start!   Regards, Jade From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 1

Re: [jffnms-users] Another name?

2004-11-17 Thread Chris Hammond
Just do what I do and always call it JFFNMS. If they ask what it stands for say, JFFNMS. :) Chris [EMAIL PROTECTED] wrote: Hi Javier, I like the system so much. But it seems not perfect when I talking about JFF(JustForFun) to my boss, monitoring is serious, not for fun. So just curious, is possi

[jffnms-users] Another name?

2004-11-17 Thread [EMAIL PROTECTED]
Hi Javier, I like the system so much. But it seems not perfect when I talking about JFF(JustForFun) to my boss, monitoring is serious, not for fun. So just curious, is possible or plan you gotta change to another name? thanks, David --- T

[jffnms-users] Pix Logs "depost"

2004-11-17 Thread CTuska
Hello All,   Little off topic I know but I need to keep my PIX logs for 90 days I am thinking of sending them to a Syslog server and back that up to tape.  Can I have JFFNMS keep the logs?  What would be the best way to view the logs once they get to JFFNMS, because we would need to view

[jffnms-users] Graphing Cisco NBAR data?

2004-11-17 Thread Jason Humes
Hi Has anyone ever setup JFFNMS to graph Cisco NBAR data? Any ideas on how to go about doing this? Thanks -- Jason --- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines ro

Re: [jffnms-users] Installing to a frontend backend config from start...any suggesti ons

2004-11-17 Thread Javier Szyszlican
Jason, If you current server has the same MySQL version, you can just copy the db files to the new DB server. If its not, you can just do mysqldump --opt and dump all the jffnms data to a file, and then import it back in the new server. Then on the "frontend" (poller/apache) put in the IP of the

[jffnms-users] Installing to a frontend backend config from start...any suggesti ons

2004-11-17 Thread Jason Humes
Hi We just got in two new dell servers on which I'm going to install Fedora Core 3 and JFFNMS in a frontend backend (mysql) configuration. Is there anything I should do or consider to make this install go smoothly? Thanks. -- Jason --- This

RE: [jffnms-users] JFFNMS not receiving traps

2004-11-17 Thread Jason Humes
Hi So I changed that line in my /etc/snmp/snmpd.conf file to say 'traphandle default php4 /opt/jffnms/engine/trap_reciver.php' and I've also run snmptrapd -f (there is no -Le) and when I send a trap to the station I get this: debian:~# snmptrapd -f sh: php: command not found sh: php: command not f

Re: [jffnms-users] performance graphs skipping time

2004-11-17 Thread Javier Szyszlican
Chris, Is you JFFNMS box having load problems? Your network having packet loss issues? Javier Chris Norman wrote: My graphs are skipping. It appears to happen about every 30 minutes or so. Has anyone else experienced this? Thanks, Chris --- This