[jffnms-users] Re: problems with saved configs in 0.8.0-pre1

2005-01-13 Thread Javier Szyszlican
Johan, The Hosts Config screen has not been converted to the new GUI yet. Javier [EMAIL PROTECTED] wrote: Hi, I installed new version 0.8. Looks pretty fine, only problem with saved router-configs, if I click on it, i see error : *Fatal error*: Call to undefined function: std_table_row() in */v

Re: [jffnms-users] Re: problems with saved configs in 0.8.0-pre1

2005-01-13 Thread Manoj Khabe
Javier, I do see lot of customers using Brocade switches. as it's monitoring works in diffrent way,so you might want to add new discovery and pollers, graphing for monitoring of brocade switch fiber channels in new version. Thanks, Manoj. --- Javier Szyszlican <[EMAIL PROTECTED]> wrote: > Johan

RE: [jffnms-users] JFFNMS 0.8.0-pre1 Released

2005-01-13 Thread Min Qiu
I have to open up the conf directory to allow "apache" to write. Same problem related to images/temp for rrd. There could be some system running httpd with user nobody -> more files need to be changed (read/execute by apache, depends on user's umask and how untar/gzip was done). Therefore, INSTA

[jffnms-users] problems with saved configs in 0.8.0-pre1

2005-01-13 Thread johan30
Hi,   I installed new version 0.8. Looks pretty fine, only problem with saved router-configs, if I click on it, i see error : Fatal error: Call to undefined function: std_table_row() in /var/www/jffnms2/htdocs/admin/adm/adm_hosts_config.php on line 15Any idea , anything to do with tftpd?

[jffnms-users] Re: backup 0.7.9-mysql-database mysqldump

2005-01-13 Thread Javier Szyszlican
Johan, To backup you should use: mysqldump --opt -ujffnms -pjffnms jffnms > jffnms.sql To restore mysql -ujffnms -pjffnms jffnms < jffnms.sql Javier [EMAIL PROTECTED] wrote: Javier, I have something very weard and strange. It is not my day. For testing the new version (0.8) , I tryto backup th

[jffnms-users] backup 0.7.9-mysql-database mysqldump

2005-01-13 Thread johan30
Javier,   I have something very weard and strange. It is not my day. For testing the new version (0.8) , I tryto backup the old database to another name. Let's say the original database of 0.7.9 = jffnms and i want to duplicate it to jffnmsx. I do the following :  mysqldump -p jffnms > jffn

RE: [jffnms-users] JFFNMS 0.8.0-pre1 Released

2005-01-13 Thread Min Qiu
I'm sorry to conclude this too soon. It is permission issue. -rw-r- 1 jffnms jffnms 753 Jan 12 18:43 config.parse.func.inc.php -rw-r- 1 jffnms jffnms 3839 Jan 12 18:43 config.parse.inc.php -rw-r- 1 jffnms jffnms 2293 Jan 12 18:43 config.php -rw-r--r-- 1 apache apache 507 Jan 13

[jffnms-users] Mirror test system running 0.8.0-pre1, no discovery?

2005-01-13 Thread Jason Humes
Title: Mirror test system running 0.8.0-pre1, no discovery? Hi So I've just install 0.8.0-pre1 on Fedora Core 3 and everything went very smooth and my setup.php page shows that everything is OK.  Yet when I add a host and do a manual discovery of it, only the Port Scan info and the CPU info i

[jffnms-users] Re: Mirror test system running 0.8.0-pre1, no discovery?

2005-01-13 Thread Javier Szyszlican
Hi Jason, Can you send me the "Export" output of the Hosts Screen? Also get me a snmpwalk of your host so we can check its not a 'views' problem in your config. Manual discovery works here. Javier Jason Humes wrote: Hi So I've just install 0.8.0-pre1 on Fedora Core 3 and everything went very smo

Re: [jffnms-users] JFFNMS 0.8.0-pre1 Released

2005-01-13 Thread Javier Szyszlican
This seems ok. Your Apache runs as apache so there should be no problem. Javier Min Qiu wrote: I'm sorry to conclude this too soon. It is permission issue. -rw-r- 1 jffnms jffnms 753 Jan 12 18:43 config.parse.func.inc.php -rw-r- 1 jffnms jffnms 3839 Jan 12 18:43 config.parse.inc.php -rw

RE: [jffnms-users] JFFNMS 0.8.0-pre1 Released

2005-01-13 Thread Min Qiu
If one installs jffnms in a different location the first time, the setup can not be saved properly. I have the same problem with 0.7.9 so this is not a new bug. I'm not familiar with php code. I would guess $jffnms_config_file in setup.php need to be updated to user input? The work around is to

RE: [jffnms-users] JFFNMS 0.8.0-pre1 Released

2005-01-13 Thread dknell . list
I have not installed 0.8.0-pre1 yet, but I was wondering if there is a "Print View" for the performance graphs. that will open a new window without all of the navigation stuff. Thanks in advance for any info... On Thursday, January 13, 2005, at 12:21PM, Min Qiu <[EMAIL PROTECTED]> wrote: >O

Re: [jffnms-users] About Database

2005-01-13 Thread Javier Szyszlican
Hi Fabricio, It should match the Event Type (types table) that generated the alarm. Check consolidate/events.php Javier Fabrício Luis de Castro wrote: Javier, The field TYPE from ALARM table, is a little obscure for me. What kind of information is placed in that field? And it has a relation wit

RE: [jffnms-users] JFFNMS 0.8.0-pre1 Released

2005-01-13 Thread Min Qiu
Oops, I polled the nightly yesterday (~4:00pm EST). Is there any update since then? The interfaces are sure much nicer than 0.7.9. One small thing I noticed when I navigated through the menu was it is nice if there is indent in the sub_menu. I added some " " in the title/sub title in $view_mode

[jffnms-users] About Database

2005-01-13 Thread Fabrício Luis de Castro
Javier, The field TYPE from ALARM table, is a little obscure for me. What kind of information is placed in that field? And it has a relation with the field TYPE from INTERFACE_TYPES? Thanks Fabrício Castro --- The SF.Net em

Re: [jffnms-users] SNMP TRAP PROBLEM

2005-01-13 Thread Javier Szyszlican
Hi, The SNMP Trap system in JFFNMS is not working correctly. I do no work in a SNMP-trap environment so I can't test it. You all are free to modify it and send me patches. Javier Tharanga wrote: Hi all, iam having a problem with snmptraps.do i need to specify OID's on my agents ?? but now iam no

RE: [jffnms-users] JFFNMS 0.8.0-pre1 Released

2005-01-13 Thread Jason Humes
HI Just a note, I love the new interface and the changes you've made (0.8.0) to the system...Keep up the great work!!! You're the best!!! -- Jason -Original Message- From: Javier Szyszlican [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 7:03 PM To: JFFNMS Mail List Subjec

Re: [jffnms-users] Graph Scaling

2005-01-13 Thread Javier Szyszlican
Markus, Sure... Try : # cd /opt/jffnms/engine # php -q ../docs/utils/export_custom.php /opt/jffnms /opt/jffnms-0.7.9 /tmp/markus_mods you will need a clear jffnms 0.7.9 code in /opt/jffnms-0.7.9 That will get you a tar.gz file with the changes you have made to jffnms. Javier Markus Hirsch wrote:

[jffnms-users] SNMP TRAP PROBLEM

2005-01-13 Thread Tharanga
Hi all,   iam having a problem with snmptraps.do i need to specify OID's on my agents ?? but now iam not specifying any oids on my agents. iam using snmpd.conf (default configuaration) file with different community string.normally if interface is down snmp agent will send a trap to the snmp