-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip ARP collection if ARP already collected
This ensures that the SNMP-based `arp` plugin exits early if it appears that some other plugin has already collected Arp records before it. This makes the `arp` plugin a sort of fallback in a scenario where vendor specific ARP collection plugins run first, rather than having multiple ARP plugin step on each others toes.
- Loading branch information
1 parent
0b3074a
commit 9168764
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters