network-list icon indicating copy to clipboard operation
network-list copied to clipboard

Feature Request - Function which returns alive hosts

Open felipetesc opened this issue 5 years ago • 1 comments

Hello there ! Great module. I was wondering if You can provide a function which returns an array containing only the alive hosts, or if you can help me with a suggestion about how to do that using your module. Thank you.

felipetesc avatar Oct 28 '19 22:10 felipetesc

Just have an if statement that checks if the alive value is true and if the hostname isn't null

HarryBilney avatar Dec 19 '19 12:12 HarryBilney