diff --git a/plugins/other/systat b/plugins/other/systat new file mode 100755 index 00000000..3a1c9c72 --- /dev/null +++ b/plugins/other/systat @@ -0,0 +1,64 @@ +#!/bin/sh +# System statistics for FreeBSD +# Author: Gergely Czuczy +# +#%# family=auto +#%# capabilities=autoconf + +sysctl='/sbin/sysctl' + +case $1 in + config) + cat <