devices_no and devices_only settings allow global worker restriction

This commit is contained in:
Oliver Gorwits
2017-06-18 23:32:21 +01:00
parent 40ca29cc8c
commit 4f613ea553
7 changed files with 63 additions and 20 deletions

View File

@@ -907,6 +907,26 @@ Value: Number. Default: 2.
Number of times to retry connecting to a device before giving up.
=head3 C<devices_no>
Value: Single item or list of Network Identifiers or Device Properties.
Default: Empty List.
The value will be copied into C<discover_no>, C<macsuck_no>, C<arpnip_no>, and
C<nbtstat_no>, so is a shorthand way to restrict backend workers to avoid
these device targets. See L</"ACCESS CONTROL LISTS"> for what you can use
here.
=head3 C<devices_only>
Value: Single item or list of Network Identifiers or Device Properties.
Default: Empty List.
The value will be copied into C<discover_only>, C<macsuck_only>,
C<arpnip_only>, and C<nbtstat_only>, so is a shorthand way to restrict backend
workers to only specified device targets. See L</"ACCESS CONTROL LISTS"> for
what you can use here.
=head3 C<discover_no>
Value: Single item or list of Network Identifiers or Device Properties.