RE: [jffnms-users] 64 bit snmp counters

2004-06-22 Thread Jason Humes
.i don't want to turn back now... Jason -Original Message- From: Jason Humes [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 5:36 PM To: 'Anders Karlsson (X:et)' Cc: '[EMAIL PROTECTED]' Subject: RE: [jffnms-users] 64 bit snmp counters Hi Well, I've appl

RE: [jffnms-users] 64 bit snmp counters

2004-06-22 Thread Jason Humes
Thanks again. jason -Original Message- From: Anders Karlsson (X:et) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 11:34 AM To: Jason Humes Subject: Re: [jffnms-users] 64 bit snmp counters -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 it's really the poller that needs the

Re: [jffnms-users] 64 bit snmp counters

2004-06-22 Thread Javier Szyszlican
How can I verify if JFFNMS is using the new, compiled PHP, or the one I installed originally via RPM? Thanks very much -Original Message- From: Anders Karlsson (X:et) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 10:35 AM To: Jason Humes Subject: Re: [jffnms-users] 64 bit snmp coun

RE: [jffnms-users] 64 bit snmp counters

2004-06-22 Thread Jason Humes
al Message- From: Anders Karlsson (X:et) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 10:35 AM To: Jason Humes Subject: Re: [jffnms-users] 64 bit snmp counters -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sounds like a linking problem... libsnmp is missing a reference to AES_cfb12

RE: [jffnms-users] 64 bit snmp counters

2004-06-22 Thread Jason Humes
8:57 AM To: Jason Humes Subject: Re: [jffnms-users] 64 bit snmp counters -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 you should use the patch command, guessing something in line widht: cd /ext/snmp patch -p0 < //anders On Tuesday 22 June 2004 14.58, you wrote: > How do I apply this pat

Re: [jffnms-users] 64 bit snmp counters

2004-06-15 Thread Anders Karlsson (X:et)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys, I ran into the same problem earlier this week :( I have made a patch for the snmp module in php to allow choosing between 1 and 2c versions ( defaults to 1c), diff file is sent to the PHP-DEV maillist.. I've also made patches to the api.

Re: [jffnms-users] 64 bit snmp counters

2004-06-14 Thread Javier Szyszlican
php supports SNMPv3 with the snmpv3_* functions, check the php site. You will need to create a new poller using those functions. Javier Tjerk Nan wrote: On Jun 14, 2004, at 16:27, Javier Szyszlican wrote: Hi, Support for this is not currently incorporated in JFFNMS, User request for this is minimal

Re: [jffnms-users] 64 bit snmp counters

2004-06-14 Thread Tjerk Nan
On Jun 14, 2004, at 16:27, Javier Szyszlican wrote: Hi, Support for this is not currently incorporated in JFFNMS, User request for this is minimal. You can't just put in the OIDs, because the standard PHP snmp functions are snmp v1, the V3 use a different name. But you could create a new poller t

[jffnms-users] 64 bit SNMP counters?

2004-06-14 Thread Tjerk Nan
Hello, I'm currently monitoring 1 gigabit interfaces and that goes well. But 10 gig, well, here the 32 bit vs. 64 bit snmp counter problem comes around. see http://home.o2w.net/~nan/10g.png My questions: - what is the status of 64 bit counter support? When will it be ready? - Why can't i just us

Re: [jffnms-users] 64 bit snmp counters

2004-06-14 Thread Javier Szyszlican
Hi, Support for this is not currently incorporated in JFFNMS, User request for this is minimal. You can't just put in the OIDs, because the standard PHP snmp functions are snmp v1, the V3 use a different name. But you could create a new poller that uses the new PHP SNMP functions. Javier Tjerk Na

[jffnms-users] 64 bit snmp counters

2004-06-14 Thread Tjerk Nan
Hello, I'm currently monitoring 1 gigabit interfaces and that goes well. But 10 gig, well, here the 32 bit vs. 64 bit snmp counter problem comes around. see http://home.o2w.net/~nan/10g.png My questions: - what is the status of 64 bit counter support? When will it be ready? - Why can't i just us