SNMP-Multi
view release on metacpan or search on metacpan
$! = 0; # Reset system errno before calling new() (see below)
$rsess = SNMP::Session->new( @SNMPargs,
DestHost => $host,
Community => $rhost->{community},
Version => $rhost->{snmpversion},
Timeout => $multi->{Timeout} * 1e6,
Retries => $multi->{Retries},
TimeStamp => $multi->{TimeStamp},
#UseNumeric => $multi->{UseNumeric},
# UseNumeric BOMBS PERL CORE !!!
UseNumeric => 0,
);
# Give up on this particular request for now. At some point in
# the future, we should probably flag the session as failed, and
# provide an option to avoid retrying any further requests on the
# host.
#
# This is a little tricky -- SNMP::Session::new() doesn't set any
# sort of error flag. We can, however, tell if it was a hostname
( run in 0.510 second using v1.01-cache-2.11-cpan-131fc08a04b )