From eb56364d98cd254820f164418ba9d353f829388a Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sat, 27 May 2017 16:26:31 +0100 Subject: [PATCH] add note on SNMP Connect Failure tracking --- lib/App/Netdisco/Manual/ReleaseNotes.pod | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/App/Netdisco/Manual/ReleaseNotes.pod b/lib/App/Netdisco/Manual/ReleaseNotes.pod index d1a7e790..46e0db1e 100644 --- a/lib/App/Netdisco/Manual/ReleaseNotes.pod +++ b/lib/App/Netdisco/Manual/ReleaseNotes.pod @@ -62,7 +62,7 @@ job for each new device it imports. A new setting C is a shorthand for confguring paths in which to install local Perl, template, javascript, and images files for overriding -or enhancing Netdisco. See L for +or enhancing Netdisco. details. =item * @@ -84,6 +84,12 @@ interface to use as a canonical (friendly) identity of a device in Netdisco. =item * +Netdisco now tracks SNMP connect failures and after several attempts will no +longer try to connect to devices (default: 10). See the C +configuration setting, and the "SNMP Connect Failures" admin report. + +=item * + SSL library headers are required to build Netdisco now that we retrieve support files via HTTPS.