release 2.019000
This commit is contained in:
@@ -67,4 +67,4 @@ resources:
|
|||||||
homepage: http://netdisco.org/
|
homepage: http://netdisco.org/
|
||||||
license: http://opensource.org/licenses/bsd-license.php
|
license: http://opensource.org/licenses/bsd-license.php
|
||||||
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
|
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
|
||||||
version: 2.018000_002
|
version: 2.019000
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ use 5.010_000;
|
|||||||
use File::ShareDir 'dist_dir';
|
use File::ShareDir 'dist_dir';
|
||||||
use Path::Class;
|
use Path::Class;
|
||||||
|
|
||||||
our $VERSION = '2.018000_002';
|
our $VERSION = '2.019000';
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
if (not ($ENV{DANCER_APPDIR} || '')
|
if (not ($ENV{DANCER_APPDIR} || '')
|
||||||
|
|||||||
@@ -35,21 +35,27 @@ but they are backwards compatible.
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
=head1 2.019000
|
||||||
|
|
||||||
|
=head2 General Notices
|
||||||
|
|
||||||
|
This release fixes a number of issues with the poller, and is a recommended
|
||||||
|
upgrade.
|
||||||
|
|
||||||
|
During Arpnip, Node IPs are resolved to DNS names in parallel. See the C<dns>
|
||||||
|
configuration option for details. Note that the C<nodenames> configuration
|
||||||
|
items from release C<2.018000> are no longer available.
|
||||||
|
|
||||||
|
This release includes new support for SNMPv3 via the C<snmp_auth>
|
||||||
|
configuration option. Please provide feedback to the developers on your
|
||||||
|
experience.
|
||||||
|
|
||||||
=head1 2.018000
|
=head1 2.018000
|
||||||
|
|
||||||
=head2 General Notices
|
=head2 General Notices
|
||||||
|
|
||||||
The previous mentioned bug in Macsuck is now fixed.
|
The previous mentioned bug in Macsuck is now fixed.
|
||||||
|
|
||||||
During Arpnip, Node IPs are no longer resolved to DNS hostnames in real-time.
|
|
||||||
Another job is queued to perform this action for the device. You can therefore
|
|
||||||
control using the new C<nodenames_no> and C<nodenames_only> config parameters
|
|
||||||
which daemons run this job.
|
|
||||||
|
|
||||||
The idea here is to support sites where the SNMP polling node has no useful
|
|
||||||
DNS, but another system can update the DNS entries for nodes (yet do no
|
|
||||||
polling).
|
|
||||||
|
|
||||||
=head1 2.017000
|
=head1 2.017000
|
||||||
|
|
||||||
=head2 General Notices
|
=head2 General Notices
|
||||||
|
|||||||
Reference in New Issue
Block a user