squaredup / Community.DataOnDemand.MP

The Data on Demand Management Pack contains a number of useful System Center Operations Manager (SCOM) agent tasks, including the Netstat task required by Squared Up Visual Application Discovery & Analytics.
GNU General Public License v3.0
4 stars 2 forks source link

Better method of splitting endpoint port/address #19

Closed shadeon closed 7 years ago

shadeon commented 7 years ago

This PR attempts to resolve #18.

Since neither lookahead nor backreferences are supported by native awk, I've done it the old school way and taken two substrings based on a regex determined index.

This also technically now resolves an issue with using a different OFS in the future (if we ever want to support output into a format other than CSV).