add note on SNMP Connect Failure tracking

This commit is contained in:
Oliver Gorwits
2017-05-27 16:26:31 +01:00
parent edcce0cfae
commit eb56364d98

View File

@@ -62,7 +62,7 @@ job for each new device it imports.
A new setting C<site_local_files> is a shorthand for confguring paths in which A new setting C<site_local_files> is a shorthand for confguring paths in which
to install local Perl, template, javascript, and images files for overriding to install local Perl, template, javascript, and images files for overriding
or enhancing Netdisco. See L<App::Netdisco::Manual::Configuration> for or enhancing Netdisco.
details. details.
=item * =item *
@@ -84,6 +84,12 @@ interface to use as a canonical (friendly) identity of a device in Netdisco.
=item * =item *
Netdisco now tracks SNMP connect failures and after several attempts will no
longer try to connect to devices (default: 10). See the C<max_deferrals>
configuration setting, and the "SNMP Connect Failures" admin report.
=item *
SSL library headers are required to build Netdisco now that we retrieve SSL library headers are required to build Netdisco now that we retrieve
support files via HTTPS. support files via HTTPS.