On Tue, 19 Aug 2003, Hugh Caley wrote:
> I'm attempting to set up a mon installation on a Redhat 8 machine.
> Net-snmp version 5.0.6 is the latest for this OS. I have installed
> this, and the 5.0.6 SNMP perl module to go with it.
wherever you see the "new SNMP::Session" statement, add a "Version => 2"
to its argument list. for example:
if (!defined ($s = new SNMP::Session (
"DestHost" => $host,
"Community" => $comm,
"Version" => 2,
"UseEnums" => 1,
)))
{
return ("error" => "cannot create session");
}
let me know how that goes.
_______________________________________________
mon mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/mon