diff --git a/images/network/tcp_retries.png b/images/network/tcp_retries.png deleted file mode 100644 index 19582809..00000000 Binary files a/images/network/tcp_retries.png and /dev/null differ diff --git a/plugins/network/tcp_retries b/plugins/network/tcp_retries deleted file mode 100755 index 085695a4..00000000 --- a/plugins/network/tcp_retries +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/sh - -# tcp_retries revision 2 (Feb 2012) -# -# TCP retransmission rate. Useful for network debugging. -# -# Required privileges: none -# -# OS: Linux with procfs -# -# Author: Artem Sheremet -# - -#%# family=auto -#%# capabilities=autoconf - -TCPSTAT=/proc/net/tcp - -case $1 in - autoconf) - [ -r $TCPSTAT -o -r ${TCPSTAT}6 ] && echo "yes" || echo "no" - ;; - config) - cat <