[Bug 228642] sysutils/munin-node: show currently established TCP connections in netstat plugin

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 31 14:46:52 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228642

            Bug ID: 228642
           Summary: sysutils/munin-node: show currently established TCP
                    connections in netstat plugin
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mat at FreeBSD.org
          Reporter: freebsd-vheg at riseup.net
          Assignee: mat at FreeBSD.org
             Flags: maintainer-feedback?(mat at FreeBSD.org)

This modification to the netstat plugin 
/usr/local/share/munin/plugins/netstat
makes it show the currently established TCP connections (as this module does on
linux).

99c99
< /connections established/ { print "established.value " $1 }'
---
> /in ESTABLISHED state/ { print "established.value " $1 }'

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list