Re: [jffnms-users] database problem

2004-10-19 Thread vaneek
Yes, 0.7.9, but I get the same error(ERROR 1062: Duplicate entry '127' for key 1) wether I try 3,4 or 5 fields. Jeff > Hi Jeff, > > Are you running 0.7.9 ? > > it seems the SQL query is lacking the level field. > In the mean time, you can add it manually via mysql. > > Javier > > [

[jffnms-users] database problem

2004-10-19 Thread vaneek
Hello, I am experiencing a problem in trying to add a "severity". When I click "add", a database error is returned; db_ping(mysql) Connection to DB Restored... db_ping(mysql) Connection to DB Restored... db_ping(mysql) Connection to DB Restored... db_ping(mysql) Connection to DB Restored... db_p

Re: [jffnms-users] duplicate traps

2004-10-08 Thread vaneek
Javier, After digging again in the net-snmp news groups, I have found that there is a bug in their snmptrapd code. For those interested, it affects v5.1.2 forward and the bug tracker can be found here, http://sourceforge.net/tracker/index.php?func=detail&aid=1040711&group_id=12694&atid=112694 Jef

[jffnms-users] duplicate traps

2004-10-07 Thread vaneek
Hello, I have an issue where traps are duplicated. I see duplicate entries in the database but not when I log them to a file, which tells me its not the agent or receiver. The trap_receiver logs are also showing duplicate entries, with unique trap id's. Any ideas on how to correct this? Jeff -

RE: [jffnms-users] Tuning jffnms for cpu performance

2004-10-01 Thread vaneek
Jason, Your CPU states show 2 cpus at 0% which suggests you may ne be getting an accurate picture of your system's performance, in top or snmp. I have JFFNMS running on on an aging dual cpu Ultra2 which consistantly has a load of about 6.0, 3.0, 3.0 but averages 65% idle. The machine is a little

Re: [jffnms-users] Storage SLA

2004-09-09 Thread vaneek
Javier, I checked all my rrd files and they all show a DS name of "data" but the rrdtool_fetch_ds function is passed "storage_block_size", "storage_block_count", and "storage_used_blocks". Is the latter correct and all my rrd files were created with a generic DS of "data"? Jeff > Hi Jeff, > >

[jffnms-users] (no subject)

2004-09-09 Thread vaneek
I have a problem where the disk SLA always reports 0. In the logs, the rrd_analyzer reports correctly the storage_block_count but zero for storage_block_size and storage_used_blocks. The poller and RRD graphs do show the correct values for the filesystem. Any pointers on how to debug this? Here i

Re: [jffnms-users] interface reported as down

2004-08-26 Thread vaneek
Javier, Here's the ouput from the walk, the interfaces in question are 2 and 3. A few times yesterday the interfaces were reported as up but went back to down the mext time the poller ran. Also manual discoveries always show the interface as up(including the loopback). Jeff IF-MIB::ifNumber.0 =

[jffnms-users] interface reported as down

2004-08-25 Thread vaneek
Hello, I am in the process of updating to 0.7.8 on a new machine and I have come across a few issues which may or may not be related. The jffnms server is set up on Solaris 8/Sun V240 using the following; NetSNMP 5.1.1 PHP 4.3.8 Apache 2.0.50 MySQL 4.0.20 The first issue I have is that the inter

Re: [jffnms-users] Parse error too.

2004-08-20 Thread vaneek
I've tried calling /admin/setup.php directly as well with the same result. Jeff > Hi Jeff, > > I've not tried JFFNMS with PHP 5.x yet. So its ok if it doesn't work. > > Please use the latest 4.3.x > > JFFNMS works with Apache2, but not with PHP 5. > > Are you going to /admin/setup.php first, and

[jffnms-users] Parse error too.

2004-08-20 Thread vaneek
I also have an issue with setting up jffnms(0.7.8). I am using Apache 2.0.50 and PHP 5.0.0. I didn't use any funky build tools, just a straight forward build method using gcc 3.3 on Solaris 8. I found that even with "register_globals" set, jffnms_real_path is not being picked up. I tried hard codi