You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nktnet1 as a quick fix: by omitting any filter to node-netstat, you can apply your own advanced filtering strategy in the item handler. I could also look at adding support for specifying a predicate function on the filter object to allow you to enforce whatever logic you'd like
On Windows, the state for a started HTTP server is
LISTENING
, but on Linux, it'sLISTEN
.Is there a way to consolidate these differences when filtering?
Also, it would be nice if all filter conditions allow for AND/OR operators, or takes an array of possible values to match.
Thank you :).
The text was updated successfully, but these errors were encountered: