From 5da7a48655eb3ed4a9881ac2f0aa37f0b749ad62 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Wed, 4 Jun 2014 22:41:48 +0200 Subject: plugin/tcpconns: fix missing port number in rrd title Closes #78 --- plugin/tcpconns.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/tcpconns.json b/plugin/tcpconns.json index 7b436d9..67dd762 100644 --- a/plugin/tcpconns.json +++ b/plugin/tcpconns.json @@ -1,6 +1,6 @@ { "tcp_connections": { - "title": "TCP Connections ({{TI}})", + "title": "TCP Connections ({{PI}})", "vertical": "Connections", "type": "stacked", "legend_format": "%5.1lf" -- cgit v1.1