-----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.network.inc.php to allow it to first try version 2c, and if it doesnt get a reply, try version 1.. I also made modifications to the snmp_counter.php to allow it to take multiple oids to try like this: .1.3.6.1.2.1.31.1.1.1.6.<interfacenumber>;.1.3.6.1.2.1.2.2.1.10.<interfacenumber> These changes are not made against the newest version of jffnms... put if anyone feel brave enough to patch php and then incorporate my changes, i can post them to the list :) Cheers Anders On Monday 14 June 2004 21.14, Javier Szyszlican wrote: > 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. > >> > >> 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. > > > > I see that php is compiled with support for using v1. Is changing the > > default snmp version and recompiling snmp enough, in combination with > > the new oid's? > > > > Tjerk Nan > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > > _______________________________________________ > > jffnms-users mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jffnms-users - -- SongNetworks [EMAIL PROTECTED] CDTT (Certified Duct Tape Technician) Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAzwO2i30A6pYsr0wRAh4wAJ92p8hD2OpDCNDA3Sh9NVqDqvACgQCfRJp8 K615HszDxt/WBJbPCpBL/SI= =5C3u -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ jffnms-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jffnms-users
