-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nmap inventory plugin, add use_arp_ping option #7119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
If nobody objects I'll merge this weekend. |
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #7134 🤖 @patchback |
@bcoca thanks! |
* nmap inventory plugin, add use_arp_ping option * Apply suggestions from code review Co-authored-by: Felix Fontein <[email protected]> * Update plugins/inventory/nmap.py Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit eaf3926)
…_arp_ping option (#7134) nmap inventory plugin, add use_arp_ping option (#7119) * nmap inventory plugin, add use_arp_ping option * Apply suggestions from code review Co-authored-by: Felix Fontein <[email protected]> * Update plugins/inventory/nmap.py Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit eaf3926) Co-authored-by: Brian Coca <[email protected]>
Also ensured all options correctly use
get_option
.fixes #7118
ISSUE TYPE
COMPONENT NAME
plugins/inventory/nmap