Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2018 14:46:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 228642] sysutils/munin-node: show currently established TCP connections in netstat plugin
Message-ID:  <bug-228642-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228642

            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@FreeBSD.org
          Reporter: freebsd-vheg@riseup.net
          Assignee: mat@FreeBSD.org
             Flags: maintainer-feedback?(mat@FreeBSD.org)

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

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228642-7788>