Date: Sat, 13 Jun 2020 00:10:42 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 247218] sysutils/munin-node: show currently established TCP connections in netstat plugin Message-ID: <bug-247218-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247218 Bug ID: 247218 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 Some People Priority: --- Component: Individual Port(s) Assignee: mat@FreeBSD.org Reporter: freebsd-vheg@riseup.net Assignee: mat@FreeBSD.org Flags: maintainer-feedback?(mat@FreeBSD.org) The description of the munin netstat plugin says it shows "The number of currently open connections". Currently this is not the case, this proposed change aims to fix this.=20 Tested on FreeBSD 11.3 and 12.1. 88c88 < echo 'established.type DERIVE' --- > echo 'established.type GAUGE' 102c102 < /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-247218-7788>